Skip to content

Commit

Permalink
use secret for codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobOaks committed Feb 20, 2024
1 parent b4a98ed commit 8d52f29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:

- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

doctest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8d52f29

Please sign in to comment.