We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7b1bb commit bd34eddCopy full SHA for bd34edd
.github/workflows/deploy.yml
@@ -43,13 +43,15 @@ jobs:
43
echo "workflow_run.head_sha: ${{ github.event.workflow_run.head_sha }}"
44
45
- name: Deploy to IPFS
46
- uses: ipshipyard/ipfs-deploy-action@v1
+ uses: ipfs/ipfs-deploy-action@07c9786c620cec27ed38ec1d56ed31c506ef8fa4
47
id: deploy
48
with:
49
path-to-deploy: ${{ env.BUILD_PATH }}
50
storacha-key: ${{ secrets.STORACHA_KEY }}
51
storacha-proof: ${{ secrets.STORACHA_PROOF }}
52
github-token: ${{ github.token }}
53
+ retention-count: 10
54
+ retention-dry-run: 'true'
55
56
# TODO: Add DNSLink update when needed
57
#- name: Update DNSLink
0 commit comments