Commit 3a7e5f5
authored
ci: use GitHub App token for release (#76)
## Summary
- generate a GitHub App token in the release workflow
- pass the generated token to `oxc-project/release-plz` instead of
`secrets.ROLLDOWN_BOT_PAT`
## Verification
- `rg --hidden -n "ROLLDOWN_BOT_PAT" /Users/boshen/github/rolldown
--glob '!**/.git/**' --glob '!**/node_modules/**' --glob '!**/target/**'
--glob '!benchmark-results-storage/**'`
- `git diff --check -- .github/workflows/release.yml`
- YAML parse sanity check1 parent 23bdd22 commit 3a7e5f5
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | | - | |
| 27 | + | |
0 commit comments