Skip to content

Commit

Permalink
Update swarm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darkobas2 authored Oct 6, 2023
1 parent e1c8c12 commit aba38ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/swarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit aba38ed

Please sign in to comment.