We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d544628 commit ed40296Copy full SHA for ed40296
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
with:
49
path: ${{ env.BUILD_PATH }}
50
51
- - uses: ipfs/ipfs-deploy-action@e2e5165a7f94f351849e9a9182f2c24777300a8c
+ - uses: ipfs/ipfs-deploy-action@92ac587815ff60dd9c495201ebd3dc39fe21d9b0
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
+ pin-name: 'specs.ipfs.tech-${{ github.sha }}'
64
65
- name: Update DNSLink
66
if: false # TODO github.ref == 'refs/heads/main' # only update DNSLink for main branch
0 commit comments