Skip to content

Commit fbdafb9

Browse files
committed
feat(client): update github action
1 parent 081047d commit fbdafb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
run: pytest -s --showprogress -vv tests/
4040
env:
4141
SCALEWAY_PROJECT_ID: ${{ secrets.STG_SCALEWAY_PROJECT_ID }}
42-
SCALEWAY_API_TOKEN: ${{ secrets.STG_SCALEWAY_API_TOKEN }}
42+
SCALEWAY_SECRET_KEY: ${{ secrets.STG_SCALEWAY_API_TOKEN }}
4343
SCALEWAY_API_URL: ${{ secrets.STG_SCALEWAY_API_URL }}

0 commit comments

Comments
 (0)