We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f0d18d commit e1119e8Copy full SHA for e1119e8
.github/workflows/python-app.yml
@@ -63,7 +63,7 @@ jobs:
63
uses: github-actions-x/commit@v2.9
64
with:
65
# Github Token with commit access
66
- github-token: ${{ secrets.TOKEN }}
+ github-token: ${{ secrets.A_GITHUB_TOKEN }}
67
# Override branch to push to
68
push-branch: master
69
# Specify commit message
0 commit comments