parameterize s3

pull/479/head
Frostebite 2023-01-19 16:48:47 +00:00
parent 548da922d8
commit da03b028f5
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ jobs:
uses: 'google-github-actions/setup-gcloud@v1'
- name: Get GKE cluster credentials
run: |
export USE_GKE_GCLOUD_AUTH_PLUGIN=True
gcloud components install gke-gcloud-auth-plugin
gcloud container clusters get-credentials $GKE_CLUSTER --zone $GKE_ZONE --project $GKE_PROJECT
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1