Add contents:write permission to Flatpak release workflow
This commit is contained in:
parent
536ae5394c
commit
5a3b92831f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/flatpak-release.yml
vendored
2
.github/workflows/flatpak-release.yml
vendored
|
|
@ -8,6 +8,8 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
Loading…
Reference in a new issue