Commit 5660567
authored
ci: use bot PAT for release (#79)
## Summary
- remove the GitHub App token creation step from the release workflow
- pass `secrets.ROLLDOWN_BOT_PAT` directly to `release-plz`
## Why
The release workflow failed on `main` because
`actions/create-github-app-token` could not find an installation for
`rolldown/notify`:
`Not Found -
https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app`
## Verification
- `ruby -e 'require "yaml";
YAML.load_file(".github/workflows/release.yml"); puts "ok"'`1 parent 6e99fe2 commit 5660567
1 file changed
Lines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 19 | | |
26 | 20 | | |
27 | | - | |
| 21 | + | |
0 commit comments