Skip to content

chore(ci): replace deprecated app-id with client-id in create-github-app-token #159

@zfarrell

Description

@zfarrell

actions/create-github-app-token@v3.2.0 now deprecates the app-id input in favor of client-id (surfaced as a warning on the v0.5.0 release run's homebrew publish job).

Update both usages:

  • .github/workflows/publish-homebrew.yml:21
  • .github/workflows/integration-tests.yml:28

Note: client-id takes the GitHub App's Client ID (e.g. Iv1.xxxx), which is a different value than the App ID. A new secret (e.g. HOTDATA_AUTOMATION_CLIENT_ID) likely needs to be added before switching.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions