Skip to content

Commit 7e23509

Browse files
committed
chore: use new input name for actions/create-github-app-token
Either are supported, but `app-id` is deprecated. We'll keep our own input named "app" for now. Managing that rename ourselves feels annoying with little value.
1 parent e73c3bf commit 7e23509

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ runs:
107107
if: ${{ !inputs.token }}
108108
uses: actions/create-github-app-token@v3
109109
with:
110-
app-id: ${{ inputs.github-app-id }}
110+
client-id: ${{ inputs.github-app-id }}
111111
private-key: ${{ inputs.github-private-key || inputs.github-app-private-key }}
112112
repositories: platform,stackctl
113113

0 commit comments

Comments
 (0)