Skip to content

sibling-dependency-update.yml: migrate app-id to client-id for create-github-app-token #6

Description

@Mearman

actions/create-github-app-token@v3 deprecated its app-id input in favour of client-id (deprecationMessage: "Use 'client-id' instead." in its action.yml). .github/workflows/sibling-dependency-update.yml's own workflow_call.inputs.app-id presumably passes straight through to that action internally, so every caller (novus-power/hive included) sees the deprecation warning on each run.

Note client-id and app-id are genuinely different values (a GitHub App has both a numeric App ID and a separate Client ID string, e.g. Iv23li...), so this isn't a mechanical rename of the input name alone -- callers passing a hardcoded numeric app-id will need to switch to their app's actual client-id value once this workflow's own input changes.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions