Skip to content

Commit

Permalink
Adding the Pinata JWT env var to the contract tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brickpop committed Feb 12, 2025
1 parent 24f392f commit bb2da5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/contracts-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ jobs:
env:
NETWORK_NAME: ${{ vars.NETWORK_NAME }}
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}
PUB_PINATA_JWT: ${{ secrets.PUB_PINATA_JWT }}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Artifacts
name: Publish NPM Artifacts

on:
workflow_dispatch:
Expand Down

0 comments on commit bb2da5b

Please sign in to comment.