Skip to content

Commit

Permalink
Add token secret to config
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Nov 22, 2024
1 parent d94d1a9 commit 95746c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
name: stestr # optional
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
token: ${{ secrets.CODECOV_TOKEN }}
docs:
name: docs
runs-on: ubuntu-latest
Expand Down

0 comments on commit 95746c0

Please sign in to comment.