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 4212cdd commit 9db42cfCopy full SHA for 9db42cf
.github/workflows/deploy.yml
@@ -43,15 +43,15 @@ jobs:
43
echo "workflow_run.head_sha: ${{ github.event.workflow_run.head_sha }}"
44
45
- name: Deploy to IPFS
46
- uses: ipfs/ipfs-deploy-action@41b469052009f60147bc8b65326cfd8d2e65f3a5
+ uses: ipfs/ipfs-deploy-action@81208738cfebbc021c7a56403d7ade70b4343fb8
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'
+ retention-max-removals: 30
+ retention-count: 5
55
56
# TODO: Add DNSLink update when needed
57
#- name: Update DNSLink
0 commit comments