From 34bd49644762d6fb4b892ecd4bd4db904e4f3944 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 4a2c646..45624dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,7 +83,7 @@ jobs: id: releaser uses: actions/create-github-app-token@v3 with: - app-id: ${{ secrets.GH_APP_POSTHOG_RUBY_RELEASER_APP_ID }} + client-id: ${{ secrets.GH_APP_POSTHOG_RUBY_RELEASER_APP_ID }} private-key: ${{ secrets.GH_APP_POSTHOG_RUBY_RELEASER_PRIVATE_KEY }} - name: Checkout repository