Skip to content

Commit

Permalink
sync-fork: add token
Browse files Browse the repository at this point in the history
  • Loading branch information
pmkol committed Jul 17, 2024
1 parent 72ac965 commit 98b5f38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 98b5f38

Please sign in to comment.