Skip to content

Commit

Permalink
Use GITHUB_TOKEN to commit in release workflow (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal authored Jul 19, 2024
1 parent c383af6 commit bee8f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
git commit gradle.properties -m "Prepare development of $newVersion"
git push https://gluon-bot:$PAT@github.com/$GITHUB_REPOSITORY HEAD:master
env:
PAT: ${{ secrets.PAT }}
PAT: ${{ secrets.GITHUB_TOKEN }}

release-notes:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bee8f87

Please sign in to comment.