We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99075e commit c5ab20eCopy full SHA for c5ab20e
.github/workflows/script-commands.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: ad-m/github-push-action@master
41
with:
42
branch: ${{ github.ref }}
43
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
44
45
- name: Notify Failure
46
if: failure()
0 commit comments