Add missing permission to release workflow

This commit is contained in:
Filip Tibell 2023-01-18 22:15:13 -05:00
parent 2935f8ede9
commit 49b01d37b1
No known key found for this signature in database

View file

@ -3,6 +3,9 @@ name: Release
on: on:
workflow_dispatch: workflow_dispatch:
permissions:
contents: write
jobs: jobs:
init: init:
name: Init name: Init