We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758515c commit 9a60136Copy full SHA for 9a60136
.github/workflows/compile-presentation.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: addnab/docker-run-action@v3
26
with:
27
image: rocker/tidyverse:4.4.3
28
- options: -v ${{ github.workspace }}:/workspace -w /workspace
+ options: -e FRED_API_KEY=${{ secrets.FRED_API_KEY }} -v ${{ github.workspace }}:/workspace -w /workspace
29
run: |
30
./run.sh
31
0 commit comments