diff --git a/.github/workflows/swarm.yml b/.github/workflows/swarm.yml index 0c0d1dbf..5bba28f3 100644 --- a/.github/workflows/swarm.yml +++ b/.github/workflows/swarm.yml @@ -62,6 +62,7 @@ jobs: bee-url: ${{ env.SWARM_URL }} dir: ./out index-document: index.html + pin: true timeout: 200000 - name: update feed id: swarm-feed @@ -71,7 +72,7 @@ jobs: with: bee-url: ${{ env.SWARM_URL }} reference: ${{ steps.swarm-upload.outputs.reference }} - topic: consents + topic: theapp signer: ${{ secrets[env.SIGNER] }} - name: get CID id: swarm-cid