Skip to content

Commit 3b73fa1

Browse files
committed
test fixing ubuntu 22
1 parent a8cf7f4 commit 3b73fa1

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.github/workflows/deploy_default.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: workflow_dispatch
55
jobs:
66
deploy:
77
name: Deploy
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
environment: default
1010
env:
1111
APP_ID: decent-digit-629
@@ -15,7 +15,7 @@ jobs:
1515
MODULE_NAME: default
1616
VERSION: ${{ github.run_number }}
1717
permissions:
18-
id-token: 'write'
18+
id-token: "write"
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4
@@ -30,9 +30,9 @@ jobs:
3030
name: Authenticate to Google Cloud
3131
uses: google-github-actions/auth@v2
3232
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]"
3636

3737
- name: Setup gcloud CLI
3838
uses: google-github-actions/setup-gcloud@v2

.github/workflows/deploy_dev.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
deploy:
1717
name: Deploy
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-22.04
1919
environment: dev
2020
env:
2121
APP_ID: decent-digit-629
@@ -25,7 +25,7 @@ jobs:
2525
MODULE_NAME: dev
2626
VERSION: ${{ github.run_number }}
2727
permissions:
28-
id-token: 'write'
28+
id-token: "write"
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v4
@@ -40,9 +40,9 @@ jobs:
4040
name: Authenticate to Google Cloud
4141
uses: google-github-actions/auth@v2
4242
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]"
4646

4747
- name: Setup gcloud CLI
4848
uses: google-github-actions/setup-gcloud@v2

.github/workflows/deploy_staging.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: workflow_dispatch
55
jobs:
66
deploy:
77
name: Deploy
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
environment: staging
1010
env:
1111
APP_ID: decent-digit-629
@@ -15,7 +15,7 @@ jobs:
1515
MODULE_NAME: staging
1616
VERSION: ${{ github.run_number }}
1717
permissions:
18-
id-token: 'write'
18+
id-token: "write"
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4
@@ -30,9 +30,9 @@ jobs:
3030
name: Authenticate to Google Cloud
3131
uses: google-github-actions/auth@v2
3232
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]"
3636

3737
- name: Setup gcloud CLI
3838
uses: google-github-actions/setup-gcloud@v2

0 commit comments

Comments
 (0)