Skip to content

Commit 125e232

Browse files
Set github token correctly
1 parent dd53d50 commit 125e232

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/draft-new-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Create pull request
4747
uses: thomaseizinger/create-pull-request@v1
4848
with:
49-
github-token: ${{ secrets.GITHUB_TOKEN }}
49+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
branch: release/${{ env.RELEASE_VERSION }}
5151
base: master
5252
reviewers: ${{ github.event.issue.user.login }}

0 commit comments

Comments
 (0)