Skip to content

Commit f7b06af

Browse files
committed
ci: switch to ipfs/ipfs-deploy-action@v1
revert retention policy settings from PR #2133 and subsequent changes, switching to the stable v1 tag of ipfs-deploy-action
1 parent a4fa906 commit f7b06af

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,13 @@ jobs:
4343
echo "workflow_run.head_sha: ${{ github.event.workflow_run.head_sha }}"
4444
4545
- name: Deploy to IPFS
46-
uses: ipfs/ipfs-deploy-action@1c46c3a36faff36031c94c8e8f4563ee5c38f172
46+
uses: ipfs/ipfs-deploy-action@v1
4747
id: deploy
4848
with:
4949
path-to-deploy: ${{ env.BUILD_PATH }}
5050
storacha-key: ${{ secrets.STORACHA_KEY }}
5151
storacha-proof: ${{ secrets.STORACHA_PROOF }}
5252
github-token: ${{ github.token }}
53-
retention-count: 10
54-
retention-days: 30
5553

5654
deploy-gh-pages:
5755
if: |

0 commit comments

Comments
 (0)