Skip to content

Commit

Permalink
fix env variables in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Dec 27, 2024
1 parent 2ca5b34 commit aa060b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:

- name: Run all checks
run: pdm run make all
env:
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}
ONFINALITY_API_KEY: ${{ secrets.ONFINALITY_API_KEY }}

- name: Publish stable image
uses: docker/build-push-action@v5
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ jobs:

- name: Run tests
run: pdm run make test
env:
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}
ONFINALITY_API_KEY: ${{ secrets.ONFINALITY_API_KEY }}

0 comments on commit aa060b4

Please sign in to comment.