Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/helia/verified-fetch…
Browse files Browse the repository at this point in the history
…-1.3.8
  • Loading branch information
SgtPooki authored Apr 11, 2024
2 parents 3c7c0ef + ad1af23 commit 4e99678
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
- name: IPFS import of ./dist
id: ipfs-import
run: |
root_cid=$(ipfs add --cid-version 1 --inline --chunker size-1048576 -Q -r --offline ./dist)
root_cid=$(ipfs add --cid-version 1 --inline --chunker size-262144 -Q -r --offline ./dist)
echo "cid=$root_cid" >> $GITHUB_OUTPUT
- name: ℹ️ Generated DAG and CID
run: ipfs dag stat --progress=false ${{ steps.ipfs-import.outputs.cid }}
Expand All @@ -234,8 +234,6 @@ jobs:
--basic-auth "${CLUSTER_USER}:${CLUSTER_PASSWORD}" \
pin add \
--name "${{ github.repository }}/${{ github.sha }}" \
--replication-min 2 \
--replication-max 6 \
--wait \
"$PIN_CID"
env:
Expand Down

0 comments on commit 4e99678

Please sign in to comment.