Skip to content

Commit

Permalink
[ci] Update swarm-upload.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
darkobas2 authored Sep 28, 2024
1 parent b88e205 commit 985fea1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/swarm-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,18 @@ jobs:
npm ci
npm run build
- name: Upload to Swarm
uses: ethersphere/swarm-actions/upload-dir@v0
uses: ethersphere/swarm-actions/upload-dir@latest
id: upload
with:
dir: ./out
index-document: index.html
postage-batch-id: ${{ secrets.PRIVATE_POSTAGE_BATCH_ID }}
bee-url: ${{ secrets.PRIVATE_BEE_URL }}
timeout: 300000
deferred: false

- name: Setup feed
uses: ethersphere/swarm-actions/write-feed@v0
uses: ethersphere/swarm-actions/write-feed@latest
id: feed
with:
reference: ${{ steps.upload.outputs.reference }}
Expand Down

0 comments on commit 985fea1

Please sign in to comment.