Skip to content

Commit

Permalink
fix(ci): add workflows token
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Apr 10, 2024
1 parent 5e580a9 commit 3fa8eb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-toast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
if: steps.latest_release.outputs.version != env.CURRENT_VERSION
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.WORKFLOW_TOKEN }}
commit-message: Update Litestar version to ${{ steps.latest_release.outputs.version }}
title: Update Litestar version to ${{ steps.latest_release.outputs.version }}
body: |
Expand Down

0 comments on commit 3fa8eb8

Please sign in to comment.