Merge pull request #1337 from getchoo/fix-flake-workflow

fix(actions): give update-flake content write perms
This commit is contained in:
Rachel Powers 2023-07-09 14:11:33 -07:00 committed by GitHub
commit 01e058d8c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,10 +7,12 @@ on:
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
update-flake:
if: github.repository == 'PrismLauncher/PrismLauncher'
runs-on: ubuntu-latest
steps: