Skip to content

Commit

Permalink
Attempt to fix the build - pass env vars at a higher level maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
s2t2 committed Dec 23, 2024
1 parent 9733185 commit 53d5ae0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
pages: write
id-token: write

env:
ALPHAVANTAGE_API_KEY: ${{ secrets.ALPHAVANTAGE_API_KEY }}

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 53d5ae0

Please sign in to comment.