Skip to content

Commit

Permalink
update gateway for pin to ipfs
Browse files Browse the repository at this point in the history
  • Loading branch information
XueMoMo committed May 9, 2024
1 parent 8970a1c commit 49fcc7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/beta-release-ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
with:
path: './out'
seeds: ${{ secrets.CRUST_SEEDS }}
gateway: 'https://gw.crustfiles.net'

- name: Place storage order on Crust
uses: crustio/[email protected]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prod-release-ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
with:
path: './out'
seeds: ${{ secrets.CRUST_SEEDS }}
gateway: 'https://gw.crustfiles.net'

- name: Place storage order on Crust
uses: crustio/[email protected]
Expand Down

0 comments on commit 49fcc7b

Please sign in to comment.