We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa9cd7 commit a38bc54Copy full SHA for a38bc54
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
with:
49
path: ${{ env.BUILD_PATH }}
50
51
- - uses: ipfs/ipfs-deploy-action@dbb63639ccafa1d237f853d87a8c60c6b13e4f1d
+ - uses: ipfs/ipfs-deploy-action@e2e5165a7f94f351849e9a9182f2c24777300a8c
52
name: Deploy to IPFS Mirror Providers
53
id: deploy
54
@@ -60,6 +60,7 @@ jobs:
60
storacha-proof: ${{ secrets.STORACHA_PROOF }}
61
#TODO pinata-jwt-token: ${{ secrets.PINATA_JWT_TOKEN }}
62
github-token: ${{ github.token }}
63
+ cluster-pin-expire-in: 1h
64
65
- name: Update DNSLink
66
if: false # TODO github.ref == 'refs/heads/main' # only update DNSLink for main branch
0 commit comments