Skip to content

Commit

Permalink
Use bot pat token to create brew formula PR on CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelaferreira committed Jun 8, 2021
1 parent e97a24f commit 2d3e0aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.BOT_GITHUB_PAT_PUBLIC_REPO }}
commit-message: "Update devex-cli formula to version ${{ env.new_version }}"
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
base: main
Expand Down

0 comments on commit 2d3e0aa

Please sign in to comment.