Skip to content

Commit 71f63c9

Browse files
chore: add EDGEE_API_TOKEN to CI, update CLI GHA version (#13)
1 parent 673b074 commit 71f63c9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 2 deletions
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
@@ -22,11 +25,11 @@ jobs:
2225
python-version-file: "pyproject.toml"
2326

2427
- name: Install edgee
25-
uses: edgee-cloud/install-edgee-cli@v0.1.0
28+
uses: edgee-cloud/install-edgee-cli@v0.2.0
2629

2730
- name: Build component
2831
run: |
29-
edgee components build
32+
edgee component build
3033
3134
- name: Verify .wasm file exists
3235
run: |

0 commit comments

Comments
 (0)