From 038e20b3cb0498db0871dedd25ceb1a2cd914061 Mon Sep 17 00:00:00 2001 From: trueberryless Date: Tue, 19 Nov 2024 12:26:27 +0100 Subject: [PATCH] update credentials --- .github/workflows/sync.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync.yaml b/.github/workflows/sync.yaml index 9382754..d7973e4 100644 --- a/.github/workflows/sync.yaml +++ b/.github/workflows/sync.yaml @@ -57,12 +57,12 @@ jobs: # Step 4: Sync workflows to target repositories - name: Update workflows in target repositories env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.PUBLIC_GITHUB_TOKEN }} run: | echo "Starting workflow sync..." - git config --global user.name "github-actions[bot]" - git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.name "trueberryless" + git config --global user.email "trueberryless+github@gmail.com" repos=$(jq -c '.repositories[]' repos.json)