Skip to content

Commit b1ef5f4

Browse files
chore: add EDGEE_API_TOKEN to CI (#13)
1 parent 2ce0671 commit b1ef5f4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- main
66
pull_request:
77

8+
env:
9+
EDGEE_API_TOKEN: ${{ secrets.EDGEE_API_TOKEN }}
10+
811
jobs:
912
test:
1013
name: test
@@ -31,7 +34,7 @@ jobs:
3134
uses: edgee-cloud/[email protected]
3235

3336
- name: Build component
34-
run: edgee components build
37+
run: edgee component build
3538

3639
- name: Verify .wasm file exists
3740
run: |

0 commit comments

Comments
 (0)