fix(release-please): use personal token to be able to trigger release (#789)

* ci(check-pr-title): made prettier

* fix(release-please): use personal token to be able to trigger release
This commit is contained in:
Stan Girard 2023-07-27 11:02:47 +02:00 committed by GitHub
parent f5c14099d7
commit 2fcff0beda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,5 @@
name: Check PR title
name: Check PR title conventional commit
on:
pull_request:
types:

View File

@ -11,12 +11,11 @@ name: release-please
jobs:
release-please:
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_PLEASE_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: release-please-action
bump-patch-for-minor-pre-major: true
bump-patch-for-minor-pre-major: true
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}