Commit 28b7721
fix: Use RELEASE_PAT for checkout in release-update-adk-web workflow
This resolves a token conflict where actions/checkout persisted the default
GITHUB_TOKEN, causing subsequent git push operations by create-pull-request
(which uses RELEASE_PAT) to fail with a 400 Bad Request.
Co-authored-by: Yifan Wang <wanyif@google.com>
PiperOrigin-RevId: 9435412931 parent 8b011f9 commit 28b7721
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
0 commit comments