Skip to content

Commit

Permalink
fix(ci): attempt to fix permissions on toast updater
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Apr 10, 2024
1 parent 2e348c2 commit 6410a96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-toast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:

jobs:
check_release:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -37,7 +40,7 @@ jobs:
- name: Create pull request
if: steps.latest_release.outputs.version != env.CURRENT_VERSION
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v6
with:
commit-message: Update Litestar version to ${{ steps.latest_release.outputs.version }}
title: Update Litestar version to ${{ steps.latest_release.outputs.version }}
Expand Down

0 comments on commit 6410a96

Please sign in to comment.