Skip to content

Commit 669fbbd

Browse files
committed
fix: bad arguments to scw
1 parent 2a830ce commit 669fbbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-gateway.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
with:
2323
access-key: ${{ secrets.SCW_ACCESS_KEY }}
2424
secret-key: ${{ secrets.SCW_SECRET_KEY }}
25-
project-id: ${{ secrets.SCW_DEFAULT_PROJECT_ID }}
26-
organization-id: ${{ secrets.SCW_DEFAULT_ORGANIZATION_ID }}
25+
default-project-id: ${{ secrets.SCW_DEFAULT_PROJECT_ID }}
26+
default-organization-id: ${{ secrets.SCW_DEFAULT_ORGANIZATION_ID }}
2727

2828
- uses: ./.github/actions/setup-poetry
2929

0 commit comments

Comments
 (0)