Skip to content

Commit

Permalink
fix(release): add github token to release please action
Browse files Browse the repository at this point in the history
  • Loading branch information
cayacdev committed Apr 8, 2023
1 parent 455fbc5 commit 744aa3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
release-type: node
package-name: cashbox
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ GITHUB_TOKEN }}
changelog-types: >-
[
{"type":"feat","section":"Features","hidden":false},
Expand Down

0 comments on commit 744aa3e

Please sign in to comment.