File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -28,16 +28,15 @@ jobs:
28
28
repository : scaleway/serverless-gateway
29
29
path : ${{ env.GATEWAY_CHECKOUT_DIR }}
30
30
31
- - name : Install Scaleway CLI
32
- # Should point to GATEWAY_CHECKOUT_DIR but env is unusable here.
33
- # See: https://docs.github.com/en/actions/learn-github-actions/contexts#env-context
34
- uses : ./gateway/.github/actions/setup-scaleway-cli
31
+ - name : Install CLI and create config file
32
+ uses : scaleway/action-scw@v0.0.1
35
33
with :
36
- scw-version : " 2.13.0"
37
- scw-access-key : ${{ secrets.SCW_ACCESS_KEY }}
38
- scw-secret-key : ${{ secrets.SCW_SECRET_KEY }}
39
- scw-default-project-id : ${{ secrets.SCW_DEFAULT_PROJECT_ID }}
40
- scw-default-organization-id : ${{ secrets.SCW_DEFAULT_ORGANIZATION_ID }}
34
+ version : v2.14.0
35
+ access-key : ${{ secrets.SCW_ACCESS_KEY }}
36
+ secret-key : ${{ secrets.SCW_SECRET_KEY }}
37
+ default-project-id : ${{ secrets.SCW_DEFAULT_PROJECT_ID }}
38
+ default-organization-id : ${{ secrets.SCW_DEFAULT_ORGANIZATION_ID }}
39
+ save-config : true
41
40
42
41
- name : Create Gateway namespace
43
42
working-directory : ${{ env.GATEWAY_CHECKOUT_DIR }}
You can’t perform that action at this time.
0 commit comments