We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59cc9e3 commit 183252cCopy full SHA for 183252c
action.yml
@@ -80,8 +80,9 @@ runs:
80
81
- name: Create Pull Request
82
uses: vsoch/pull-request-action@master
83
+ env:
84
+ GITHUB_TOKEN: ${{ inputs.USER_GITHUB_TOKEN }}
85
with:
- token: ${{ inputs.USER_GITHUB_TOKEN }}
86
head: ${{ env.PULL_REQUEST_FROM_BRANCH }}
87
base: "main"
88
title: ${{ inputs.EVENT_ACTION == 'no_code_of_conduct' && 'Add Code of Conduct' || 'Update Code of Conduct to Contributor Covenant 2.1' }}
0 commit comments