fix: remove unused GitHub App token creation step from release workflow
This commit is contained in:
parent
54c5957676
commit
cdc392f1dd
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue