Skip to content

Commit 6489717

Browse files
Fix github token not being propageted properly
1 parent 0177750 commit 6489717

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ jobs:
4747

4848
- name: Create pull request
4949
uses: thomaseizinger/create-pull-request@1.0.0
50+
env:
51+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5052
with:
51-
github-token: ${{ secrets.GITHUB_TOKEN }}
5253
head: release/${{ github.event.inputs.version }}
5354
base: master
5455
title: Release version ${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)