fix: remove unused GitHub App token creation step from release workflow

This commit is contained in:
Ryan Fong 2026-02-25 23:34:29 -08:00
parent 54c5957676
commit cdc392f1dd
1 changed files with 0 additions and 5 deletions

View File

@ -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: