Skip to content

Commit 8aaa0be

Browse files
committed
fix: Fix env var format in GH Actions
1 parent f1c5719 commit 8aaa0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Upload coverage reports to Codecov
2424
uses: codecov/[email protected]
2525
env:
26-
token: ${{ secrets.CODECOV_TOKEN }}
26+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2727
with:
2828
verbose: true
2929
- name: Set up Cloud SDK

0 commit comments

Comments
 (0)