Skip to content

Commit

Permalink
ci: fix token name
Browse files Browse the repository at this point in the history
  • Loading branch information
pohmelie committed Oct 14, 2024
1 parent d7a37d4 commit 7607a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_IO_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

build:
needs: test
Expand Down

0 comments on commit 7607a7f

Please sign in to comment.