Skip to content

Commit

Permalink
fix(release-please): use personal token to be able to trigger release (
Browse files Browse the repository at this point in the history
…#789)

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

* fix(release-please): use personal token to be able to trigger release
  • Loading branch information
StanGirard committed Jul 27, 2023
1 parent f5c1409 commit 2fcff0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/conventional-pr-title.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Check PR title
name: Check PR title conventional commit

on:
pull_request:
types:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 2fcff0b

Please sign in to comment.