diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-07-09 14:11:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-09 14:11:33 -0700 |
commit | 01e058d8c1d90aa6fd2755d069ce21d392c58664 (patch) | |
tree | e38663832058302869e87b2e31f7030c69ed79d2 /.github/workflows | |
parent | f816e3cd3fff4e27ec4f66db9f98bddab2efd1c9 (diff) | |
parent | 8e4de055b841a6a2ca93b758344ddb72d2ea0f59 (diff) | |
download | PrismLauncher-01e058d8c1d90aa6fd2755d069ce21d392c58664.tar.gz PrismLauncher-01e058d8c1d90aa6fd2755d069ce21d392c58664.tar.bz2 PrismLauncher-01e058d8c1d90aa6fd2755d069ce21d392c58664.zip |
Merge pull request #1337 from getchoo/fix-flake-workflow
fix(actions): give update-flake content write perms
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/update-flake.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml index c790c9c6..ad22120e 100644 --- a/.github/workflows/update-flake.yml +++ b/.github/workflows/update-flake.yml @@ -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: |