ci: switch create-github-app-token to client-id - #458
Conversation
actions/create-github-app-token 自 v3.1.0 起弃用 `app-id` 输入并改用 `client-id`,每次运行都会打印弃用告警。改为传组织级变量 `OOMOL_DOWNLOADER_APP_CLIENT_ID`,并把 `@v2` 升到 `@v3`,因为 `client-id` 输入只在 v3.1.0 之后存在。v3 的破坏性变更只有 node24 运行时和需显式开启代理,这里都不受影响。 Signed-off-by: Kevin Cui <bh@bugs.cc>
|
Warning Review limit reachedNext included review available in 56 minutes. View limit detailsLimit details: You’ve used all 2 included reviews currently available. Your 54 included PR review attempts over the past 7 days set your current allowance at 2 reviews per hour. Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
Comment |
|
|
actions/create-github-app-token自 v3.1.0 起弃用app-id输入并改用client-id,每次运行都会打印 "Input 'app-id' has been deprecated" 告警。本 PR 改为传组织级变量OOMOL_DOWNLOADER_APP_CLIENT_ID(已配置,所有仓库可见),并把@v2升到@v3,因为client-id输入只在 v3.1.0 之后存在。v3 的破坏性变更只有 node24 运行时(自托管 runner 需 v2.327.1 以上,GitHub 托管与 Blacksmith runner 均已满足)和需显式开启代理,这里都不受影响。