Skip to content

Commit

Permalink
Set env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mbraak committed Mar 31, 2024
1 parent 713907c commit d41cdc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
runner-job:
runs-on: ubuntu-latest

env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down Expand Up @@ -65,5 +68,4 @@ jobs:
uses: codecov/codecov-action@v4
with:
directory: .nyc_output
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit d41cdc3

Please sign in to comment.