From ef43ed905dfa23142986069228aa94c7139c94f9 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Thu, 16 Apr 2026 16:30:30 +0100 Subject: [PATCH] chore: use client-id for create-github-app-token --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0eb8c7e..a7d985b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: id: releaser uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 with: - app-id: ${{ secrets.GH_APP_POSTHOG_PHP_RELEASER_APP_ID }} + client-id: ${{ secrets.GH_APP_POSTHOG_PHP_RELEASER_APP_ID }} private-key: ${{ secrets.GH_APP_POSTHOG_PHP_RELEASER_PRIVATE_KEY }} # Secrets available only inside the 'Release' environment, requires approval from a maintainer - name: Checkout repository