Skip to content

Commit 9e9ddd4

Browse files
ci: use unlimited node for previews (#115)
1 parent 7e9a727 commit 9e9ddd4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,11 @@ jobs:
6666
- name: Create preview
6767
uses: ethersphere/beeload-action@v1
6868
with:
69+
bee-url: https://unlimited.gateway.ethswarm.org
6970
preview: 'true'
7071
token: ${{ secrets.REPO_GHA_PAT }}
71-
72+
extra-params: '-H "${{ secrets.GATEWAY_AUTHORIZATION_HEADER }}"'
73+
7274
- name: Upload to testnet
7375
uses: ethersphere/beeload-action@v1
7476
with:

0 commit comments

Comments
 (0)