Skip to content

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

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.

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