|
|
@ -20,13 +20,13 @@ jobs:
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
|
|
|
|
|
|
|
- name: Authenticate to Google Cloud
|
|
|
|
- name: Authenticate to Google Cloud
|
|
|
|
uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f
|
|
|
|
uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
workload_identity_provider: projects/309789351055/locations/global/workloadIdentityPools/github-actions/providers/github
|
|
|
|
workload_identity_provider: projects/309789351055/locations/global/workloadIdentityPools/github-actions/providers/github
|
|
|
|
service_account: registry-v2-github@coder-registry-1.iam.gserviceaccount.com
|
|
|
|
service_account: registry-v2-github@coder-registry-1.iam.gserviceaccount.com
|
|
|
|
|
|
|
|
|
|
|
|
- name: Set up Google Cloud SDK
|
|
|
|
- name: Set up Google Cloud SDK
|
|
|
|
uses: google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a
|
|
|
|
uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a
|
|
|
|
|
|
|
|
|
|
|
|
# For the time being, let's have the first couple merges to main in modules deploy a new version
|
|
|
|
# For the time being, let's have the first couple merges to main in modules deploy a new version
|
|
|
|
# to *dev*. Once we review and make sure everything's working, we can deploy a new version to *main*.
|
|
|
|
# to *dev*. Once we review and make sure everything's working, we can deploy a new version to *main*.
|
|
|
|