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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue