Skip to content

Commit

Permalink
fix: adds BURNER_PUBLIC_KEY env variable to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iPaulPro committed Jul 29, 2024
1 parent 9c2c402 commit 2a96b01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Run hardhat node, deploy contracts (& generate contracts typescript output)
env:
NETWORK: ${{ secrets.NETWORK }}
BURNER_PUBLIC_KEY: ${{ secrets.BURNER_PUBLIC_KEY }}
run: yarn chain & yarn deploy:lens & yarn deploy:local

- name: Run nextjs lint
Expand Down

0 comments on commit 2a96b01

Please sign in to comment.