Skip to content

Commit b95f785

Browse files
committed
ci: set retention policy
1 parent 8e6fc0c commit b95f785

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,5 @@ jobs:
5050
storacha-key: ${{ secrets.STORACHA_KEY }}
5151
storacha-proof: ${{ secrets.STORACHA_PROOF }}
5252
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
53+
retention-count: 10
54+
retention-days: 30

0 commit comments

Comments
 (0)