From 3cdfc68f39078dc3a978a85cc9ffe3f71906a5e8 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Sun, 19 Apr 2026 21:42:07 +0200 Subject: [PATCH] chore: use v3 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 cdf23b7..320385a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -106,7 +106,7 @@ jobs: - name: Get GitHub App token id: releaser - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 + uses: actions/create-github-app-token@v3 with: 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