bazel-contrib/bazel-docs

Deprecation warning: create-github-app-token app-id should be client-id

Aperta

#369 aperta il 17 apr 2026

 (0 commenti) (0 reazioni) (0 assegnatari)MDX (12 fork)auto 404
good first issue

Metriche repository

Star
 (8 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor