Skip to content

Update Test repos

Update Test repos #7

Workflow file for this run

name: Update Test repos
on:
workflow_dispatch:
permissions: {}
jobs:
update-test:
runs-on: ubuntu-latest
steps:
- name: Update Test repos
uses: radxa-repo/update-repo-action@main
with:
test-repo: true
token: ${{ secrets.RADXA_APT_TEST_REPO_TOKEN }}