Commit 2de397b
committed
Add step to debug OIDC claims for our Google Auth
Despite our job getting credentials and relaxing our conditions, we're
seeing failures when trying to upload build assets to the Google Play
Console:
```
Error: google-github-actions/auth failed with: failed to generate Google Cloud federated token for //iam.googleapis.com/projects/599269050071/locations/global/workloadIdentityPools/github/providers/whatchord-repo: {"error":"unauthorized_client","error_description":"The given credential is rejected by the attribute condition."}
```
Hopefully this will shed some light on the root cause.1 parent d462db4 commit 2de397b
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
111 | 116 | | |
112 | 117 | | |
113 | 118 | | |
| |||
0 commit comments