From cdc392f1dda919f4cbfa05a7a714c73badf8f552 Mon Sep 17 00:00:00 2001 From: Ryan Fong Date: Wed, 25 Feb 2026 23:34:29 -0800 Subject: [PATCH] fix: remove unused GitHub App token creation step from release workflow --- .github/workflows/release-please.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 0cb2bcf..776d718 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -21,11 +21,6 @@ jobs: outputs: release_created: ${{ steps.rp.outputs.release_created }} steps: - - id: app-token - uses: actions/create-github-app-token@v2 - with: - app-id: ${{ secrets.GH_STOAT_RELEASE_APP_ID }} - private-key: ${{ secrets.GH_STOAT_RELEASE_APP_PRIVATE_KEY }} - id: rp uses: googleapis/release-please-action@v4 with: