1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-08 09:04:54 +00:00

list after login

This commit is contained in:
Jason Hall 2021-09-22 08:58:15 -04:00
parent 7ce512daa8
commit 34b52b9297

View file

@ -35,9 +35,10 @@ jobs:
workload_identity_provider: 'projects/7577580991/locations/global/workloadIdentityPools/gha-pool/providers/gha-provider'
service_account: 'gha-deployer@kontaindotme.iam.gserviceaccount.com'
create_credentials_file: true
- run: |
- name: Setup Auth
run: |
gcloud auth login --brief --cred-file="${{ steps.auth.outputs.credentials_file_path }}"
gcloud auth list
gcloud config list
gcloud auth login --brief --cred-file="${{ steps.auth.outputs.credentials_file_path }}"
- run: ./deploy.sh