Skip to content

Commit 9362ca8

Browse files
authored
Merge pull request #10 from Adrianmjim/chore/add-readme
fix(actions): Fix create release action
2 parents b74e6e3 + 28f91ef commit 9362ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Create release PR
5353
env:
54-
GH_TOKEN: ${{ github.token }}
54+
GH_TOKEN: ${{ secrets.GIT_TOKEN }}
5555
run: |
5656
gh pr create \
5757
--title "chore(release): ${{ steps.version.outputs.VERSION }}" \

0 commit comments

Comments
 (0)