Commit 432adec
authored
fix: move PR data file to working directory for Claude access (#92)
* 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.
* fix: move PR data file to working directory for Claude access
Claude can only access files within the job's working directory
(/home/runner/work/hyperfleet-claude-plugins/hyperfleet-claude-plugins).
Changed data file location from /tmp/pr-data.json to pr-data.json.1 parent cc32aab commit 432adec
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments