Skip to content

Commit

Permalink
Set github token correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Feb 15, 2020
1 parent dd53d50 commit 125e232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Create pull request
uses: thomaseizinger/create-pull-request@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
branch: release/${{ env.RELEASE_VERSION }}
base: master
reviewers: ${{ github.event.issue.user.login }}
Expand Down

0 comments on commit 125e232

Please sign in to comment.