mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
give job needed permissions
This commit is contained in:
parent
4dae9f01d0
commit
5527160424
1 changed files with 4 additions and 1 deletions
5
.github/workflows/cd.yml
vendored
5
.github/workflows/cd.yml
vendored
|
|
@ -5,7 +5,10 @@ on:
|
|||
tags:
|
||||
- '*'
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
release:
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue