Skip to content

Commit 76a081e

Browse files
authored
chore: use client-id for create-github-app-token (#121)
1 parent 3d53143 commit 76a081e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
id: releaser
8888
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
8989
with:
90-
app-id: ${{ secrets.GH_APP_POSTHOG_PHP_RELEASER_APP_ID }}
90+
client-id: ${{ secrets.GH_APP_POSTHOG_PHP_RELEASER_APP_ID }}
9191
private-key: ${{ secrets.GH_APP_POSTHOG_PHP_RELEASER_PRIVATE_KEY }} # Secrets available only inside the 'Release' environment, requires approval from a maintainer
9292

9393
- name: Checkout repository

0 commit comments

Comments
 (0)