Skip to content

Commit

Permalink
Unset CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Nov 14, 2024
1 parent fdd3a95 commit 7d94a6f
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 @@ -121,6 +121,8 @@ jobs:
- uses: actions/download-artifact@v4
with:
pattern: coverage-artifacts-${{ env.DEFAULT_GO_VERSION }}
- name: Unset CODECOV_TOKEN
run: sed -i "/CODECOV_TOKEN=/d" $GITHUB_ENV
- name: Upload coverage report
uses: codecov/codecov-action@v5.0.0
with:
Expand Down

0 comments on commit 7d94a6f

Please # to comment.