diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2024-03-29 11:01:14 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2024-03-29 11:01:14 -0400 |
commit | 554743ef795bd0e666ebc3309f74089dc467c59b (patch) | |
tree | 6fc7a0c90d80a104ece56fd7b0a02ba58faa5984 | |
parent | f35f6022f852033070d3358aa7d89b930b211098 (diff) | |
download | lite-xl-plugins-554743ef795bd0e666ebc3309f74089dc467c59b.tar.gz lite-xl-plugins-554743ef795bd0e666ebc3309f74089dc467c59b.zip |
Added in permission.
-rw-r--r-- | .github/workflows/update-stubs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-stubs.yml b/.github/workflows/update-stubs.yml index 2051f8b..eaae8df 100644 --- a/.github/workflows/update-stubs.yml +++ b/.github/workflows/update-stubs.yml @@ -5,7 +5,7 @@ on: jobs: update_stubs: runs-on: ubuntu-latest - permissions: { pull-requests: "write" } + permissions: { pull-requests: "write", content: "write" } steps: - uses: actions/checkout@v2 - name: Update Stubs with LPM |