ci: enable beeload action (#290)
* ci: enable beeload action * ci: remove testnet * ci: add continue-on-error to testnet beeload-action
This commit is contained in:
@@ -69,3 +69,15 @@ jobs:
|
||||
|
||||
- name: Build Component
|
||||
run: npm run build:component
|
||||
|
||||
- name: Create preview
|
||||
uses: ethersphere/beeload-action@v1
|
||||
with:
|
||||
preview: 'true'
|
||||
token: ${{ secrets.REPO_GHA_PAT }}
|
||||
|
||||
- name: Upload to testnet
|
||||
continue-on-error: true
|
||||
uses: ethersphere/beeload-action@v1
|
||||
with:
|
||||
bee-url: https://api.gateway.testnet.ethswarm.org
|
||||
|
||||
Reference in New Issue
Block a user