We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41bf78 commit 79bb42dCopy full SHA for 79bb42d
.github/workflows/main.yml
@@ -10,15 +10,18 @@ env:
10
jobs:
11
create-tables:
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ contents: 'read'
15
+ id-token: 'write'
16
steps:
17
- name: Check out repository code
18
uses: actions/checkout@v3
19
20
- id: 'auth'
- uses: 'google-github-actions/auth@v0'
21
+ uses: 'google-github-actions/auth@v2'
22
with:
- project_id: ${{ secrets.GCP_PROJECT_ID }}
- credentials_json: ${{ secrets.GCP_SA_KEY }}
23
+ service_account: '[email protected]'
24
+ workload_identity_provider: 'projects/569883598760/locations/global/workloadIdentityPools/github/providers/mimic-code'
25
26
- name: 'Set up Cloud SDK'
27
uses: 'google-github-actions/setup-gcloud@v0'
0 commit comments