Skip to content

Commit

Permalink
update credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
trueberryless committed Nov 19, 2024
1 parent 5f61a1c commit 038e20b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 038e20b

Please sign in to comment.