Skip to content

Commit

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

- name: Run all checks
run: pdm run make all
env:
NODE_API_KEY: ${{ secrets.ALCHEMY_KEY }}

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

- name: Run tests
run: pdm run make test
env:
NODE_API_KEY: ${{ secrets.ALCHEMY_KEY }}

0 comments on commit 2ca5b34

Please sign in to comment.