We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5835c29 commit 2e7464dCopy full SHA for 2e7464d
.github/workflows/code_quality.yml
@@ -34,4 +34,4 @@ jobs:
34
git config --global user.email '[email protected]'
35
git add -A
36
git commit -m "Automated code quality fixes" -a || echo "No changes to commit"
37
- git push https://${MY_GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD:${GITHUB_REF_NAME}
+ git push https://x-access-token:${MY_GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD:${GITHUB_REF_NAME}
0 commit comments