Skip to content

Commit

Permalink
fix: Update sync-version-branches.yml
Browse files Browse the repository at this point in the history
Token can't start with GITHUB
  • Loading branch information
BenjaminMichaelis authored Nov 8, 2023
1 parent 178c034 commit 2c51b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-version-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
with:
behind: v13.0
ahead: v12.0
githubToken: ${{ secrets.GITHUB_PUSHTOKEN }}
githubToken: ${{ secrets.GIT_PUSHTOKEN }}

0 comments on commit 2c51b28

Please sign in to comment.