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 Sefa Eyeoglu
parent d9de326f22
commit 6cd259becd

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: