Skip to content

Commit

Permalink
Pass CODECOV token to upload action. (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Feb 10, 2024
1 parent 82add28 commit 1eb3c30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
uses: codecov/codecov-action@v4
with:
directory: antsibull-changelog
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
nox-integration:
runs-on: ubuntu-latest
defaults:
Expand All @@ -83,3 +85,5 @@ jobs:
uses: codecov/codecov-action@v4
with:
directory: antsibull-changelog
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1eb3c30

Please sign in to comment.