24: Add PAT token r=JoelWachsler a=JoelWachsler



Co-authored-by: Joel Wachsler <JoelWachsler@users.noreply.github.com>
This commit is contained in:
bors[bot] 2022-07-11 18:21:40 +00:00 committed by GitHub
commit feb0813429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,9 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
# Need to use our own token in order to trigger additional workflows
# after the branch is crated.
token: ${{ secrets.PAT_TOKEN }}
title: "Create release ${{ steps.vars.outputs.result }}"
commit-message: "Create release ${{ steps.vars.outputs.result }}"
body: "Create release ${{ steps.vars.outputs.result }}"