Skip to content

Commit

Permalink
Fix names of used secrets on CI (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok authored Mar 23, 2022
1 parent f686d82 commit 5f348f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
with:
create_credentials_file: true
cleanup_credentials: true
credentials_json: ${{ secrets.GCS_CREDS }}
credentials_json: ${{ secrets.CAPACT_GCS_CREDS }}
- name: Set up Cloud SDK
uses: google-github-actions/[email protected]
- name: Release Helm Charts if were changed
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
with:
create_credentials_file: true
cleanup_credentials: true
credentials_json: ${{ secrets.GCS_CREDS }}
credentials_json: ${{ secrets.CAPACT_GCS_CREDS }}
- name: Set up Cloud SDK
uses: google-github-actions/[email protected]
- name: Release latest CLI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cluster_integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
create_credentials_file: true
cleanup_credentials: true
credentials_json: ${{ secrets.GCS_CREDS }}
credentials_json: ${{ secrets.CAPACT_GKE_CREDS }}
- name: Set up Cloud SDK
uses: google-github-actions/[email protected]
- name: Get cluster credentials
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/recreate_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
create_credentials_file: true
cleanup_credentials: true
credentials_json: ${{ secrets.GCS_CREDS }}
credentials_json: ${{ secrets.CAPACT_GKE_CREDS }}
- name: Set up Cloud SDK
uses: google-github-actions/[email protected]
- name: Setup terraform
Expand Down

0 comments on commit 5f348f9

Please sign in to comment.