Skip to content

Commit

Permalink
Use custom action for ipfs
Browse files Browse the repository at this point in the history
Signed-off-by: Little Human <[email protected]>
  • Loading branch information
Little Human committed Sep 11, 2022
1 parent 01afe6e commit e3472be
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,16 @@ jobs:
run: yarn run export

- name: Deploy to IPFS
uses: web3-storage/add-to-web3@v2
uses: 10xHuman/add-to-web3@main
id: web3
with:
path_to_add: out
path_to_add: "out"
file_name: "Kongkow ${{ needs.bump_version.outputs.new_tag }}"
web3_token: ${{ secrets.WEB3_STORAGE_TOKEN}}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Update DNS with new IPFS hash testnet
- name: Update DNS with new IPFS hash
env:
CF_API_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
RECORD_DOMAIN: "kongkowitpku.xyz"
Expand Down

0 comments on commit e3472be

Please sign in to comment.