From 6809cc0ef275b9c68efbbc1f87c73b3654797ff3 Mon Sep 17 00:00:00 2001 From: David Davis Date: Tue, 24 Aug 2021 16:54:13 -0400 Subject: [PATCH] Use RELEASE_TOKEN to create changelog PRs fixes #475 --- templates/github/.github/workflows/release.yml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/github/.github/workflows/release.yml.j2 b/templates/github/.github/workflows/release.yml.j2 index ecb8962f..bad6563e 100644 --- a/templates/github/.github/workflows/release.yml.j2 +++ b/templates/github/.github/workflows/release.yml.j2 @@ -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 }}" }}