bazel-contrib/bazel-docs
Deprecation warning: create-github-app-token app-id should be client-id
开放
#369 创建于 2026年4月17日
good first issue
仓库指标
- 星标
- (8 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Problem
The actions/create-github-app-token@v3 action warns on every run:
Input 'app-id' has been deprecated with message: Use 'client-id' instead.
Affected files
.github/workflows/dependabot-automerge.yml(lines 28, 67).github/workflows/pull-from-bazel-build.yml(line 50)
Fix
Rename app-id to client-id in all three usages.