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 9b58c1e commit 3667102Copy full SHA for 3667102
.github/workflows/deploy.yml
@@ -50,7 +50,7 @@ jobs:
50
cluster-url: "/dnsaddr/ipfs-websites.collab.ipfscluster.io"
51
cluster-user: ${{ secrets.CLUSTER_USER }}
52
cluster-password: ${{ secrets.CLUSTER_PASSWORD }}
53
- cluster-pin-expire-in: ${{ github.event.workflow_run.head_branch != 'main' && '90d' || '' }}
+ cluster-pin-expire-in: ${{ github.event.workflow_run.head_branch != 'main' && '2160h' || '' }}
54
#storacha-key: ${{ secrets.STORACHA_KEY }}
55
#storacha-proof: ${{ secrets.STORACHA_PROOF }}
56
github-token: ${{ github.token }}
0 commit comments