mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-08 15:54:51 +00:00
Add write permissions to github release action
Change-Id: Ie7db1e7410bbc1c0fccbc2d00119363629e10f22
This commit is contained in:
parent
9c36ed6566
commit
6c4ff6c791
1 changed files with 3 additions and 0 deletions
3
.github/workflows/github-release.yml
vendored
3
.github/workflows/github-release.yml
vendored
|
@ -8,6 +8,9 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue