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