Skip to content

Commit

Permalink
build(release-please): replace to github app (#3609)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Dec 2, 2023
1 parent 87f4949 commit d7fdce7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- id: generate_token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.RENOVATE_BOT_APP_ID }}
private-key: ${{ secrets.RENOVATE_BOT_APP_PRIVATE_KEY }}
- uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
token: ${{ steps.generate_token.outputs.token }}
package-name: renovate-config
release-type: node

0 comments on commit d7fdce7

Please sign in to comment.