We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081047d commit fbdafb9Copy full SHA for fbdafb9
.github/workflows/test.yaml
@@ -39,5 +39,5 @@ jobs:
39
run: pytest -s --showprogress -vv tests/
40
env:
41
SCALEWAY_PROJECT_ID: ${{ secrets.STG_SCALEWAY_PROJECT_ID }}
42
- SCALEWAY_API_TOKEN: ${{ secrets.STG_SCALEWAY_API_TOKEN }}
+ SCALEWAY_SECRET_KEY: ${{ secrets.STG_SCALEWAY_API_TOKEN }}
43
SCALEWAY_API_URL: ${{ secrets.STG_SCALEWAY_API_URL }}
0 commit comments