File tree 3 files changed +15
-15
lines changed
3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: workflow_dispatch
5
5
jobs :
6
6
deploy :
7
7
name : Deploy
8
- runs-on : ubuntu-latest
8
+ runs-on : ubuntu-22.04
9
9
environment : default
10
10
env :
11
11
APP_ID : decent-digit-629
15
15
MODULE_NAME : default
16
16
VERSION : ${{ github.run_number }}
17
17
permissions :
18
- id-token : ' write'
18
+ id-token : " write"
19
19
steps :
20
20
- name : Checkout
21
21
uses : actions/checkout@v4
30
30
name : Authenticate to Google Cloud
31
31
uses : google-github-actions/auth@v2
32
32
with :
33
- project_id : ' decent-digit-629'
34
- workload_identity_provider : ' projects/354656325390/locations/global/workloadIdentityPools/cfl-pool/providers/cfl-provider'
35
- service_account :
' [email protected] '
33
+ project_id : " decent-digit-629"
34
+ workload_identity_provider : " projects/354656325390/locations/global/workloadIdentityPools/cfl-pool/providers/cfl-provider"
35
+ service_account :
" [email protected] "
36
36
37
37
- name : Setup gcloud CLI
38
38
uses : google-github-actions/setup-gcloud@v2
Original file line number Diff line number Diff line change 15
15
jobs :
16
16
deploy :
17
17
name : Deploy
18
- runs-on : ubuntu-latest
18
+ runs-on : ubuntu-22.04
19
19
environment : dev
20
20
env :
21
21
APP_ID : decent-digit-629
25
25
MODULE_NAME : dev
26
26
VERSION : ${{ github.run_number }}
27
27
permissions :
28
- id-token : ' write'
28
+ id-token : " write"
29
29
steps :
30
30
- name : Checkout
31
31
uses : actions/checkout@v4
40
40
name : Authenticate to Google Cloud
41
41
uses : google-github-actions/auth@v2
42
42
with :
43
- project_id : ' decent-digit-629'
44
- workload_identity_provider : ' projects/354656325390/locations/global/workloadIdentityPools/cfl-pool/providers/cfl-provider'
45
- service_account :
' [email protected] '
43
+ project_id : " decent-digit-629"
44
+ workload_identity_provider : " projects/354656325390/locations/global/workloadIdentityPools/cfl-pool/providers/cfl-provider"
45
+ service_account :
" [email protected] "
46
46
47
47
- name : Setup gcloud CLI
48
48
uses : google-github-actions/setup-gcloud@v2
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: workflow_dispatch
5
5
jobs :
6
6
deploy :
7
7
name : Deploy
8
- runs-on : ubuntu-latest
8
+ runs-on : ubuntu-22.04
9
9
environment : staging
10
10
env :
11
11
APP_ID : decent-digit-629
15
15
MODULE_NAME : staging
16
16
VERSION : ${{ github.run_number }}
17
17
permissions :
18
- id-token : ' write'
18
+ id-token : " write"
19
19
steps :
20
20
- name : Checkout
21
21
uses : actions/checkout@v4
30
30
name : Authenticate to Google Cloud
31
31
uses : google-github-actions/auth@v2
32
32
with :
33
- project_id : ' decent-digit-629'
34
- workload_identity_provider : ' projects/354656325390/locations/global/workloadIdentityPools/cfl-pool/providers/cfl-provider'
35
- service_account :
' [email protected] '
33
+ project_id : " decent-digit-629"
34
+ workload_identity_provider : " projects/354656325390/locations/global/workloadIdentityPools/cfl-pool/providers/cfl-provider"
35
+ service_account :
" [email protected] "
36
36
37
37
- name : Setup gcloud CLI
38
38
uses : google-github-actions/setup-gcloud@v2
You can’t perform that action at this time.
0 commit comments