Skip to content

Commit

Permalink
GHA: take 11
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Oct 27, 2024
1 parent 2e6d387 commit bb64b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Assert CODECOV_TOKEN is set
run: |
if [[ -z "${{secrets.GITHUB_TOKEN || ''}}" ]]; then
if [[ -z "${{secrets.GITHUB_TOKEN}}" ]]; then
>&2 echo "::error::ERROR: 'secrets.CODECOV_TOKEN' not set"
exit 1
fi
Expand Down

0 comments on commit bb64b00

Please sign in to comment.