Skip to content

Commit fcc4750

Browse files
authored
Merge pull request #4 from structured-world/ci/#4-release-please-app-token
ci(release-please): use sw-release-bot app token for PR creation
2 parents 73c15b5 + 652a279 commit fcc4750

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,16 @@ jobs:
1313
release-please:
1414
runs-on: ubuntu-latest
1515
steps:
16+
- name: Generate release bot token
17+
id: app-token
18+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf
19+
with:
20+
app-id: ${{ secrets.RELEASER_APP_ID }}
21+
private-key: ${{ secrets.RELEASER_APP_PRIVATE_KEY }}
22+
1623
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4
1724
id: rp
1825
with:
26+
token: ${{ steps.app-token.outputs.token }}
1927
config-file: release-please-config.json
2028
manifest-file: .release-please-manifest.json

0 commit comments

Comments
 (0)