Skip to content

Commit

Permalink
fix: add secret token to release-please wf to trigger other workflows
Browse files Browse the repository at this point in the history
Release-As: 1.0.1
  • Loading branch information
vlnevyhosteny committed Nov 6, 2023
1 parent 9022f7d commit 3ffd455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
package-name: release-please-action
pull-request-title-pattern: 'chore(release): ${version}'
pull-request-header: ':robot: Merge this PR to release a new version'
token: ${{ secrets.DEPLOY_TOKEN }}
extra-files: |
README.md

0 comments on commit 3ffd455

Please sign in to comment.