Commit cc32aab
authored
fix: enable GCP credential file and environment variables for Claude access (#91)
* fix: update all GitHub Actions to latest versions for Node.js 24 full support
- Update actions/checkout from v4.2.2 to v7.0.1
- Update google-github-actions/auth from v2.1.4 to v3.0.0
These versions are fully compatible with Node.js 24 and eliminate all
deprecation warnings in workflow logs.
* fix: enable GCP credential file and environment variables for Claude access
Claude needs access to GCP credentials to authenticate with Vertex API.
Changed:
- create_credentials_file: true (was false)
- export_environment_variables: true (was false)
This allows the google-github-actions/auth action to create the credential
file and set GOOGLE_APPLICATION_CREDENTIALS so Claude can access it.1 parent f003eed commit cc32aab
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
| 71 | + | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments