Skip to content

Commit

Permalink
fix: add infura env variable in deployments CI (kkrt-labs#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikix authored Jun 30, 2023
1 parent 1a52997 commit 406b167
Show file tree
Hide file tree
Showing 2 changed files with 2,002 additions and 2,129 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
DEVNET_ACCOUNT_ADDRESS: ${{ secrets.DEVNET_ACCOUNT_ADDRESS }}
DEVNET_PRIVATE_KEY: ${{ secrets.DEVNET_PRIVATE_KEY }}
RPC_KEY: ${{ secrets.RPC_KEY }}
INFURA_KEY: ${{ secrets.INFURA_KEY }}
outputs:
devnet-version: ${{ steps.devnet-version.outputs.DEVNET_VERSION }}
steps:
Expand Down
Loading

0 comments on commit 406b167

Please sign in to comment.