Skip to content

Commit 9db42cf

Browse files
committed
ci: enable retention policy
1 parent 4212cdd commit 9db42cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
echo "workflow_run.head_sha: ${{ github.event.workflow_run.head_sha }}"
4444
4545
- name: Deploy to IPFS
46-
uses: ipfs/ipfs-deploy-action@41b469052009f60147bc8b65326cfd8d2e65f3a5
46+
uses: ipfs/ipfs-deploy-action@81208738cfebbc021c7a56403d7ade70b4343fb8
4747
id: deploy
4848
with:
4949
path-to-deploy: ${{ env.BUILD_PATH }}
5050
storacha-key: ${{ secrets.STORACHA_KEY }}
5151
storacha-proof: ${{ secrets.STORACHA_PROOF }}
5252
github-token: ${{ github.token }}
53-
retention-count: 10
54-
retention-dry-run: 'true'
53+
retention-max-removals: 30
54+
retention-count: 5
5555

5656
# TODO: Add DNSLink update when needed
5757
#- name: Update DNSLink

0 commit comments

Comments
 (0)