Skip to content

Commit 90af746

Browse files
Update CI/CD
1 parent bb56c41 commit 90af746

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ jobs:
5252
git config --local user.name "${{ secrets.GIT_USER_NAME }}"
5353
git add README.md
5454
git commit -m "Update coverage badge"
55-
git push origin update-coverage-badge
55+
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/OWNER/REPO.git HEAD:update-coverage-badge
56+
5657
env:
5758
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5859

0 commit comments

Comments
 (0)