Skip to content

Commit a02ebbd

Browse files
authored
chore: use github app token for release automation (#4)
1 parent 3dc9795 commit a02ebbd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,14 @@ jobs:
1616
release_created: ${{ steps.release.outputs.release_created }}
1717
tag_name: ${{ steps.release.outputs.tag_name }}
1818
steps:
19+
- uses: actions/create-github-app-token@v1
20+
id: app-token
21+
with:
22+
app-id: ${{ secrets.RELEASE_PLZ_APP_ID }}
23+
private-key: ${{ secrets.RELEASE_PLZ_APP_PRIVATE_KEY }}
1924
- uses: googleapis/release-please-action@v4
2025
id: release
2126
with:
2227
config-file: release-please-config.json
2328
manifest-file: .release-please-manifest.json
29+
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)