Skip to content

Commit

Permalink
ci(release): add secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed May 16, 2024
1 parent 8ac963a commit 1b77f69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
secrets:
NPM_TOKEN:
required: true
MAINNET_RPC_URL:
required: true

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -33,6 +35,8 @@ jobs:

- name: Build package
run: yarn build
env:
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}

- name: Publish package
env:
Expand Down

0 comments on commit 1b77f69

Please sign in to comment.