Skip to content

Commit

Permalink
WIP: Temporarily hard-code WIF details into CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Feb 17, 2025
1 parent 7c71b58 commit f0b689f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
# NOTE: If setting create_credentials_file=true, .dockerignore file must include `gha-creds-*.json` to avoid baking these credentials into build
create_credentials_file: true
workload_identity_provider: "projects/437801218871/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider"
workload_identity_provider: "projects/437801218871/locations/global/workloadIdentityPools/dev-github-actions-pool/providers/dev-github-actions-provider"
service_account: "github-actions@octue-sdk-python.iam.gserviceaccount.com"

- name: Run tests
Expand Down

0 comments on commit f0b689f

Please sign in to comment.