Skip to content

Commit

Permalink
[fix] add required secrets for pnpm testing (#66) (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Wu <[email protected]>
  • Loading branch information
edisonz0718 and AndyBoWu authored Feb 13, 2024
1 parent 2636146 commit f500b2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
build-test-publish:
needs: [print_version_to_publish, fetch_latest_version]
runs-on: ubuntu-latest
environment: 'beta-sepolia'
env:
RPC_PROVIDER_URL: ${{ secrets.RPC_PROVIDER_URL }}
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
TEST_WALLET_ADDRESS: ${{ secrets.TEST_WALLET_ADDRESS }}
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit f500b2c

Please sign in to comment.