Skip to content

Commit

Permalink
ci(hardhat): add ALCHEMY_KEY secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Oct 17, 2023
1 parent c2e0deb commit 0b568bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hardhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ jobs:

- name: Build contracts
run: yarn test:hardhat
env:
ALCHEMY_KEY: ${{ secrets.ALCHEMY_KEY }}

0 comments on commit 0b568bc

Please sign in to comment.