Skip to content

Commit

Permalink
CI: Give access to GITHUB_TOKEN to git sync CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Apr 23, 2024
1 parent 78ee4ac commit 6decc16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
with:
persist-credentials: false
- name: repo-sync
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: repo-sync/github-sync@v2
with:
source_repo: "https://i2pgit.org/i2p-hackers/i2p.i2p"
Expand Down

0 comments on commit 6decc16

Please sign in to comment.