Skip to content

Commit 9a60136

Browse files
committed
Adjusting FRED_API KEY usage
1 parent 758515c commit 9a60136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-presentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: addnab/docker-run-action@v3
2626
with:
2727
image: rocker/tidyverse:4.4.3
28-
options: -v ${{ github.workspace }}:/workspace -w /workspace
28+
options: -e FRED_API_KEY=${{ secrets.FRED_API_KEY }} -v ${{ github.workspace }}:/workspace -w /workspace
2929
run: |
3030
./run.sh
3131

0 commit comments

Comments
 (0)