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.
actions/create-github-app-token@v3.2.0now deprecates theapp-idinput in favor ofclient-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:28Note:
client-idtakes 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.