Skip to content

Commit 3028fb3

Browse files
Pass GH token correctly to create-pr-action in release workflow
1 parent 4bbb620 commit 3028fb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

4343
- name: Merge release into dev branch
4444
uses: thomaseizinger/create-pull-request@1.0.0
45-
with:
45+
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47+
with:
4748
head: release/${{ env.RELEASE_VERSION }}
4849
base: dev
4950
title: Merge release ${{ env.RELEASE_VERSION }} into dev branch

0 commit comments

Comments
 (0)