mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
chore: test e2e
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
This commit is contained in:
parent
4320a7170b
commit
f1957ae539
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-managed.yml
vendored
2
.github/workflows/e2e-managed.yml
vendored
|
@ -159,7 +159,7 @@ jobs:
|
|||
project_id: ${{ env.GCP_PROJECT_ID }}
|
||||
|
||||
- name: Get the GKE credentials
|
||||
if: github.event.client_payload.slash_command.args.named.provider == 'gke'
|
||||
if: github.event.client_payload.slash_command.args.named.provider == 'gcp'
|
||||
run: |-
|
||||
gcloud container clusters get-credentials "$GCP_GKE_CLUSTER" --zone "$GCP_GKE_ZONE" --project "$GCP_PROJECT_ID"
|
||||
|
||||
|
|
Loading…
Reference in a new issue