Skip to content

Commit

Permalink
github.token
Browse files Browse the repository at this point in the history
  • Loading branch information
KH committed Nov 25, 2023
1 parent 4a945f2 commit 90d3514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage_badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ github.token }}
persist-credentials: false

- name: Setup go
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
if: steps.verify-changed-files.outputs.files_changed == 'true'
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ github.token }}
branch: ${{ github.head_ref }}
repository: ${{github.event.pull_request.head.repo.full_name}}
force_with_lease: true
Expand Down

0 comments on commit 90d3514

Please sign in to comment.