We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 196176a commit 1ba5cd9Copy full SHA for 1ba5cd9
.github/workflows/deploy.yml
@@ -43,8 +43,8 @@ jobs:
43
cluster-url: "/dnsaddr/ipfs-websites.collab.ipfscluster.io"
44
cluster-user: ${{ secrets.CLUSTER_USER }}
45
cluster-password: ${{ secrets.CLUSTER_PASSWORD }}
46
- storacha-key: ${{ secrets.STORACHA_KEY }}
47
- storacha-proof: ${{ secrets.STORACHA_PROOF }}
+ #TODO storacha-key: ${{ secrets.STORACHA_KEY }}
+ #TODO storacha-proof: ${{ secrets.STORACHA_PROOF }}
48
#TODO pinata-jwt-token: ${{ secrets.PINATA_JWT_TOKEN }}
49
github-token: ${{ github.token }}
50
0 commit comments