Skip to content

Commit

Permalink
chore: Use Melty token to create version bump PR
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Sep 13, 2023
1 parent d817e96 commit 0cb7c0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
uses: peter-evans/create-pull-request@v5
id: create-pull-request
with:
token: ${{ secrets.MELTYBOT_GITHUB_AUTH_TOKEN }}
commit-message: "chore: Bump package version"
title: "chore: Release v${{ steps.cz-bump.outputs.version }}"
body: |
Expand Down

0 comments on commit 0cb7c0e

Please sign in to comment.