Skip to content

Commit 183252c

Browse files
authored
Update action.yml
1 parent 59cc9e3 commit 183252c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ runs:
8080
8181
- name: Create Pull Request
8282
uses: vsoch/pull-request-action@master
83+
env:
84+
GITHUB_TOKEN: ${{ inputs.USER_GITHUB_TOKEN }}
8385
with:
84-
token: ${{ inputs.USER_GITHUB_TOKEN }}
8586
head: ${{ env.PULL_REQUEST_FROM_BRANCH }}
8687
base: "main"
8788
title: ${{ inputs.EVENT_ACTION == 'no_code_of_conduct' && 'Add Code of Conduct' || 'Update Code of Conduct to Contributor Covenant 2.1' }}

0 commit comments

Comments
 (0)