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 bb56c41 commit 90af746Copy full SHA for 90af746
.github/workflows/main.yml
@@ -52,7 +52,8 @@ jobs:
52
git config --local user.name "${{ secrets.GIT_USER_NAME }}"
53
git add README.md
54
git commit -m "Update coverage badge"
55
- git push origin update-coverage-badge
+ git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/OWNER/REPO.git HEAD:update-coverage-badge
56
+
57
env:
58
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59
0 commit comments