Skip to content

Commit ed40296

Browse files
committed
test custom pin name
1 parent d544628 commit ed40296

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@e2e5165a7f94f351849e9a9182f2c24777300a8c
51+
- uses: ipfs/ipfs-deploy-action@92ac587815ff60dd9c495201ebd3dc39fe21d9b0
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+
pin-name: 'specs.ipfs.tech-${{ github.sha }}'
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)