From 1847de94e809bd59c280f604cc008721be0600ae Mon Sep 17 00:00:00 2001 From: eyedeekay <hankhill19580@gmail.com> Date: Mon, 30 Sep 2024 12:42:24 -0400 Subject: [PATCH] Set up token for syncing with gitlab --- .github/workflows/github-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-sync.yml b/.github/workflows/github-sync.yml index fd87f038..f93e77bf 100644 --- a/.github/workflows/github-sync.yml +++ b/.github/workflows/github-sync.yml @@ -20,4 +20,4 @@ jobs: source_repo: "https://i2pgit.org/i2p-hackers/i2p.www" source_branch: "master" destination_branch: "master" - github_token: ${{ secrets.PAT }} + github_token: ${{ secrets.SYNC_PAT }} -- GitLab