Skip to content

Commit

Permalink
Attempts to work around Unrecognized named-value: 'secrets'.
Browse files Browse the repository at this point in the history
  • Loading branch information
tommie committed Dec 28, 2023
1 parent 1d9367c commit 93512f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ jobs:

- name: Upload Coverage To Codecov
uses: codecov/codecov-action@v3
if: secrets.CODECOV_TOKEN != ''
if: env._CODECOV_TOKEN != ''
env:
_CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN != '' }}
OS: ${{ matrix.os }}
ARCH: ${{ matrix.arch }}
PLATFORM: ${{ matrix.platform }}
Expand Down

0 comments on commit 93512f8

Please sign in to comment.