Skip to content

Commit

Permalink
ci: add token
Browse files Browse the repository at this point in the history
  • Loading branch information
ethyla committed Jul 23, 2024
1 parent 6422d25 commit df555d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
version: nightly

- name: Run Forge build
env:
INFURA_TOKEN: ${{ secrets.INFURA_TOKEN }}
run: |
npm run generate:interfaces
forge --version
Expand Down

0 comments on commit df555d2

Please sign in to comment.