Skip to content

Commit

Permalink
Forgot to add env after adding tests to publish workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeircul committed Jul 25, 2024
1 parent 1d9c74f commit 3da17df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Upload Python Package
on:
release:
types: [published]
env:
API_KEY_FIRI: ${{ secrets.API_KEY_FIRI }}

jobs:
deploy:
Expand Down

0 comments on commit 3da17df

Please sign in to comment.