Skip to content

Commit 3359816

Browse files
Merge pull request #31 from thomaseizinger/fix-gh-token
Fix github token not being propageted properly
2 parents 0177750 + 6489717 commit 3359816

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)