Skip to content

Commit 1ba5cd9

Browse files
committed
ci(deploy): disable storacha upload (expired proof)
- storacha UCAN proof expired on 2026-03-02, no bandwidth to rotate it - keep collab cluster as the only active IPFS deploy target
1 parent 196176a commit 1ba5cd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
cluster-url: "/dnsaddr/ipfs-websites.collab.ipfscluster.io"
4444
cluster-user: ${{ secrets.CLUSTER_USER }}
4545
cluster-password: ${{ secrets.CLUSTER_PASSWORD }}
46-
storacha-key: ${{ secrets.STORACHA_KEY }}
47-
storacha-proof: ${{ secrets.STORACHA_PROOF }}
46+
#TODO storacha-key: ${{ secrets.STORACHA_KEY }}
47+
#TODO storacha-proof: ${{ secrets.STORACHA_PROOF }}
4848
#TODO pinata-jwt-token: ${{ secrets.PINATA_JWT_TOKEN }}
4949
github-token: ${{ github.token }}
5050

0 commit comments

Comments
 (0)