Commit 1cd6165
authored
ci: use app token for upgrade PR (#1449)
## Summary
- use `actions/create-github-app-token` for the upgrade dependency PR
cleanup and creation steps
- stop relying on default `GITHUB_TOKEN` write scopes for
`peter-evans/create-pull-request`
- disable persisted checkout credentials in the workflow
## Verification
- `ruby -e 'require "yaml"; YAML.load_file(ARGV.fetch(0)); puts "yaml
ok"' .github/workflows/upgrade-deps.yml`\n- `zizmor
.github/workflows/upgrade-deps.yml`1 parent 2a41ea1 commit 1cd6165
1 file changed
Lines changed: 10 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
255 | 261 | | |
256 | 262 | | |
257 | | - | |
| 263 | + | |
258 | 264 | | |
259 | 265 | | |
260 | 266 | | |
| |||
273 | 279 | | |
274 | 280 | | |
275 | 281 | | |
276 | | - | |
277 | | - | |
| 282 | + | |
278 | 283 | | |
279 | 284 | | |
0 commit comments