Skip to content

Commit 4edd5d0

Browse files
committed
Adds secrets as part of build step
1 parent 6d7c47c commit 4edd5d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
run: npm install
3636
- name: Build
3737
run: npm run build
38+
env:
39+
INFURA_ID: ${{ secrets.INFURA_ID }}
3840
- name: Publish to npm
3941
run: npm publish --access public
4042
env:

0 commit comments

Comments
 (0)