Skip to content

Commit 20d768e

Browse files
committed
fix env export for api key
1 parent 50b88ac commit 20d768e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Export API key
3333
env:
3434
FRED_API_KEY: ${{ secrets.FRED_API_KEY }}
35-
run: echo "FRED_API_KEY=$FRED_API_KEY" >> $GITHUBB_ENV
35+
run: echo "FRED_API_KEY=$FRED_API_KEY" >> $GITHUB_ENV
3636

3737
- name: Run Unit Tests
3838
run: pytest full_fred/tests

0 commit comments

Comments
 (0)