Skip to content

Commit 8f5bfac

Browse files
committed
More powerful CI token
1 parent 81656e3 commit 8f5bfac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage-badge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
if: steps.changed_files.outputs.files_changed == 'true'
5050
uses: ad-m/github-push-action@master
5151
with:
52-
github_token: ${{ secrets.GITHUB_TOKEN }}
52+
github_token: ${{ secrets.CI_PUSH_TOKEN }}
5353
branch: ${{ github.ref }}
5454
force: true

0 commit comments

Comments
 (0)