Skip to content

Commit

Permalink
Set token (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
Keboo committed Aug 14, 2023
1 parent 06a592e commit f03009b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/code_coverage_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ defaults:
shell: pwsh

jobs:
upload:
post-code-coverage:
runs-on: ubuntu-latest
if: >
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success'
steps:
- name: Download artifacts
run: gh run download ${{ github.event.workflow_run.id }} -n CodeCoverage
env:
GH_TOKEN: ${{ github.token }}

- name: 'Get PR Number'
id: get-pr-number
Expand Down

0 comments on commit f03009b

Please sign in to comment.