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 8e6fc0c commit b95f785Copy full SHA for b95f785
.github/workflows/deploy.yml
@@ -50,18 +50,5 @@ jobs:
50
storacha-key: ${{ secrets.STORACHA_KEY }}
51
storacha-proof: ${{ secrets.STORACHA_PROOF }}
52
github-token: ${{ github.token }}
53
- retention-max-removals: 30
54
- retention-count: 5
55
-
56
- # TODO: Add DNSLink update when needed
57
- #- name: Update DNSLink
58
- # if: github.event.workflow_run.head_branch == 'main'
59
- # uses: ipfs/[email protected]
60
- # with:
61
- # cid: ${{ steps.deploy.outputs.cid }}
62
- # dnslink_domain: 'docs.ipfs.tech'
63
- # cf_record_id: ${{ secrets.CF_RECORD_ID }}
64
- # cf_zone_id: ${{ secrets.CF_ZONE_ID }}
65
- # cf_auth_token: ${{ secrets.CF_AUTH_TOKEN }}
66
- # github_token: ${{ github.token }}
67
- # set_github_status: true
+ retention-count: 10
+ retention-days: 30
0 commit comments