Skip to content

Commit 86833fb

Browse files
authored
ci: optional previews for dependabot (#128)
1 parent 4007597 commit 86833fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,13 @@ jobs:
6565
6666
- name: Create preview
6767
uses: ethersphere/beeload-action@v1
68+
continue-on-error: true
6869
with:
6970
bee-url: https://unlimited.gateway.ethswarm.org
7071
preview: 'true'
7172
token: ${{ secrets.REPO_GHA_PAT }}
7273
extra-params: '-H "${{ secrets.GATEWAY_AUTHORIZATION_HEADER }}"'
73-
74+
7475
- name: Upload to testnet
7576
uses: ethersphere/beeload-action@v1
7677
with:

0 commit comments

Comments
 (0)