Skip to content

Commit 12bd5bc

Browse files
Add Google auth
1 parent 6d4fa4a commit 12bd5bc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/code_changes.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
uses: actions/setup-python@v2
3333
with:
3434
python-version: '3.11'
35+
- uses: "google-github-actions/auth@v2"
36+
with:
37+
workload_identity_provider: "projects/322898545428/locations/global/workloadIdentityPools/policyengine-research-id-pool/providers/prod-github-provider"
38+
service_account: "policyengine-research@policyengine-research.iam.gserviceaccount.com"
3539

3640
- name: Install package
3741
run: uv pip install -e .[dev] --system

.github/workflows/pr_code_changes.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
uses: actions/setup-python@v2
3232
with:
3333
python-version: '3.11'
34+
- uses: "google-github-actions/auth@v2"
35+
with:
36+
workload_identity_provider: "projects/322898545428/locations/global/workloadIdentityPools/policyengine-research-id-pool/providers/prod-github-provider"
37+
service_account: "policyengine-research@policyengine-research.iam.gserviceaccount.com"
3438

3539
- name: Install package
3640
run: uv pip install -e .[dev] --system

0 commit comments

Comments
 (0)