Skip to content

Commit 111f23d

Browse files
Update tutorials/cicd-github-action-object-storage-sync/index.mdx
Co-authored-by: SamyOubouaziz <[email protected]>
1 parent cfda2c8 commit 111f23d

File tree

1 file changed

+2
-2
lines changed
  • tutorials/cicd-github-action-object-storage-sync

1 file changed

+2
-2
lines changed

tutorials/cicd-github-action-object-storage-sync/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
env:
7575
SCW_ACCESS_KEY: ${{ secrets.SCW_ACCESS_KEY }}
7676
SCW_SECRET_KEY: ${{ secrets.SCW_SECRET_KEY }}
77-
SCW_DEFAULT_PROJECT_ID: ${{ secrets.SCW_DEFAULT_PROJECT_ID }}
78-
SCW_DEFAULT_ORGANIZATION_ID: ${{ secrets.SCW_DEFAULT_ORGANIZATION_ID }}
77+
SCW_PROJECT_ID: ${{ secrets.SCW_PROJECT_ID }}
78+
SCW_ORGANIZATION_ID: ${{ secrets.SCW_ORGANIZATION_ID }}
7979
```
8080
8181
## Step 3: Configure Secrets

0 commit comments

Comments
 (0)