Commit 1f663ab
154856: dev-inf: Use GITHUB_TOKEN for Claude Code review action r=rickystewart a=ajstorm
The action's OIDC token exchange is failing, likely because the GitHub
app isn't configured to accept OIDC tokens from this workflow. By
explicitly providing the built-in GITHUB_TOKEN, we bypass the OIDC
exchange entirely.
The built-in token has sufficient permissions for PR analysis and
commenting, which is all this workflow needs.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
154858: roachprod: fix parse int for grow r=DarrylWong a=herkolategan
Previously, the number of nodes to grow a cluster by was limited to the max of a signed byte. This change increases the limit to a word.
Epic: None
Release note: None
Co-authored-by: Adam Storm <[email protected]>
Co-authored-by: Herko Lategan <[email protected]>
File tree
2 files changed
+6
-1
lines changed- .github/workflows
- pkg/cmd/roachprod/cli
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
| |||
96 | 99 | | |
97 | 100 | | |
98 | 101 | | |
| 102 | + | |
99 | 103 | | |
100 | 104 | | |
101 | 105 | | |
| |||
144 | 148 | | |
145 | 149 | | |
146 | 150 | | |
| 151 | + | |
147 | 152 | | |
148 | 153 | | |
149 | 154 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
0 commit comments