Skip to content

Commit 81656e3

Browse files
committed
Test default github action token
1 parent f892b7e commit 81656e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/coverage-badge.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ jobs:
4040
- name: Commit files
4141
if: steps.changed_files.outputs.files_changed == 'true'
4242
run: |
43-
git config --local user.email "meyceoz@redhat.com"
44-
git config --local user.name "Maxusmusti"
43+
git config --local user.email "github-actions[bot]@users.noreply.github.com"
44+
git config --local user.name "github-actions[bot]"
4545
git add coverage.svg
4646
git commit -m "Updated coverage.svg"
4747
4848
- name: Push changes
4949
if: steps.changed_files.outputs.files_changed == 'true'
5050
uses: ad-m/github-push-action@master
5151
with:
52-
github_token: ${{ secrets.CI_PUSH_TOKEN }}
52+
github_token: ${{ secrets.GITHUB_TOKEN }}
5353
branch: ${{ github.ref }}
5454
force: true

0 commit comments

Comments
 (0)