Skip to content

Commit 2e7464d

Browse files
committed
updated the workflow code quality
1 parent 5835c29 commit 2e7464d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
git config --global user.email '[email protected]'
3535
git add -A
3636
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}
37+
git push https://x-access-token:${MY_GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git HEAD:${GITHUB_REF_NAME}

0 commit comments

Comments
 (0)