Commit a6a7941
authored
chore(ci): fix permission for update_librarian_googleapis workflow (#13298)
Prevent the checkout step from saving the read-only default GITHUB_TOKEN
on the runner. This should let "Commit and Create PR" step to use
CLOUD_JAVA_BOT_GITHUB_TOKEN explicitly listed. Because the checkout step
didn't save any credentials, Git has no cached headers to override the
URL.
This is in attempt to fix permission denied failure at Create PR step in
this workflow, see [full
log](https://github.com/googleapis/google-cloud-java/actions/runs/26617952296/job/78437554735).
For googleapis/librarian#54351 parent 056abb6 commit a6a7941
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments