Skip to content

Commit

Permalink
Update walrus-sites.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Oct 19, 2024
1 parent 7d6c8e6 commit b9e2c5b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/walrus-sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@ jobs:
npm run build
- name: Deploy site to Walrus Pass - Holder
uses: zktx-io/walrus-sites-ga@v0.1.1
uses: zktx-io/walrus-sites-ga@v0.2.6
with:
config-path: '/tmp/holder/builder.yaml'
site-path: '/tmp/holder/build'
object-id: '0xc6fee78376d0041b30e4ebd6eb54a0cbf03662c1f4825d0a90bdf075a41e43fd'
network: 'testnet'
epochs: 100
env:
SUI_ADDRESS: ${{ vars.SUI_ADDRESS }}
SUI_KEYSTORE: ${{ secrets.SUI_KEYSTORE }}
Expand All @@ -55,12 +54,11 @@ jobs:
npm run build
- name: Deploy site to Walrus Pass - Verifier
uses: zktx-io/walrus-sites-ga@v0.1.1
uses: zktx-io/walrus-sites-ga@v0.2.6
with:
config-path: '/tmp/verifier/builder.yaml'
site-path: '/tmp/verifier/build'
object-id: '0xea9fb41b170c78aaa25b1a018a7e16ce453487b6ae5e5014cf3b9ca7b54b46c0'
network: 'testnet'
epochs: 100
env:
SUI_ADDRESS: ${{ vars.SUI_ADDRESS }}
SUI_KEYSTORE: ${{ secrets.SUI_KEYSTORE }}

0 comments on commit b9e2c5b

Please sign in to comment.