CI: Give access to GITHUB_TOKEN to git sync CI job

This commit is contained in:
eyedeekay
2024-04-23 16:23:13 -04:00
parent 78ee4ac3cd
commit 6decc16c41

View File

@@ -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"