mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 21:30:35 +00:00
Add contents write permission on release
When releasing, since the job pushes to the git repository, it needs to have write permission on "contents". Signed-off-by: Stephen Kitt <skitt@redhat.com>
This commit is contained in:
committed by
Mike Kolesnik
parent
5be04f2906
commit
4d54dd283e
@@ -6,7 +6,8 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- devel
|
- devel
|
||||||
|
|
||||||
permissions: {}
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
|||||||
Reference in New Issue
Block a user