Skip to content

Commit

Permalink
Add GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrosse committed Mar 10, 2024
1 parent 0c0b93b commit 96da886
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
needs: unit_tests
env:
GH_TOKEN: ${{ github.token }}
steps:
- name: Download code coverage results from source branch
run: 'echo "TODO: Download code coverage results from source branch"'
Expand Down

0 comments on commit 96da886

Please sign in to comment.