From 6decc16c41dadb46856f3211fb6a157b80216e20 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Tue, 23 Apr 2024 16:23:13 -0400 Subject: [PATCH] CI: Give access to GITHUB_TOKEN to git sync CI job --- .github/workflows/github-sync.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/github-sync.yml b/.github/workflows/github-sync.yml index 539cf749ec..1ffa04b1b3 100644 --- a/.github/workflows/github-sync.yml +++ b/.github/workflows/github-sync.yml @@ -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"