Skip to content

Commit

Permalink
Use RELEASE_TOKEN to create changelog PRs
Browse files Browse the repository at this point in the history
fixes #475
  • Loading branch information
David Davis committed Aug 24, 2021
1 parent d8b54c6 commit 6809cc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/github/.github/workflows/release.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ jobs:
- name: Create Pull Request for Changelog
uses: peter-evans/create-pull-request@v3
with:
token: {{ '${{ secrets.RELEASE_TOKEN }}' }}
committer: {{release_user}} <{{ release_email }}>
author: {{release_user}} <{{ release_email }}>
branch: changelog/{{ "${{ github.event.inputs.release }}" }}
Expand Down

0 comments on commit 6809cc0

Please sign in to comment.