Skip to content

Commit a38bc54

Browse files
committed
chore: test cluster pin expiry
1 parent dfa9cd7 commit a38bc54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
path: ${{ env.BUILD_PATH }}
5050

51-
- uses: ipfs/ipfs-deploy-action@dbb63639ccafa1d237f853d87a8c60c6b13e4f1d
51+
- uses: ipfs/ipfs-deploy-action@e2e5165a7f94f351849e9a9182f2c24777300a8c
5252
name: Deploy to IPFS Mirror Providers
5353
id: deploy
5454
with:
@@ -60,6 +60,7 @@ jobs:
6060
storacha-proof: ${{ secrets.STORACHA_PROOF }}
6161
#TODO pinata-jwt-token: ${{ secrets.PINATA_JWT_TOKEN }}
6262
github-token: ${{ github.token }}
63+
cluster-pin-expire-in: 1h
6364

6465
- name: Update DNSLink
6566
if: false # TODO github.ref == 'refs/heads/main' # only update DNSLink for main branch

0 commit comments

Comments
 (0)