#Using dagger for Github Action on GCP with identity workflow federation
1 messages · Page 1 of 1 (latest)
Does the GCP integration in GHA keep the credentials somewhere that you can reference using bash? i.e. storing them in a file or env var?
If so you can pass in that file or env var into your dagger function and it should just work.
You'll still have to pass a secret to your dagger pipelines which is the Github's OIDC token so you can perform the OIDC exchange against GCP
the difference is that you use scoped short-lived OIDC tokens instead of static credentials in your pipeline