bazel-contrib/bazel-docs

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

Aberta

#369 aberto em 17 de abr. de 2026

 (0 comentário) (0 reação) (0 responsável)MDX (12 forks)auto 404
good first issue

Métricas do repositório

Stars
 (8 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador