diff --git a/.github/workflows/sync-fork.yml b/.github/workflows/sync-fork.yml index 4d9ad21c9..cacead72c 100644 --- a/.github/workflows/sync-fork.yml +++ b/.github/workflows/sync-fork.yml @@ -11,10 +11,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: 'master' fetch-depth: 0 + token: ${{ secrets.OPENWRT_WORKFLOW_TOKEN }} - name: Configure Git run: |