Fixes missing write permissions for the release creation

This commit is contained in:
Maximilian Kratz 2023-08-15 15:09:19 +02:00
parent 1ea9f375d3
commit de0e4733c6

View file

@ -20,6 +20,9 @@ on:
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
- cron: '42 4 * * 1'
permissions:
contents: write
jobs:
vagrant-provision:
# Running on macOS, because macOS-based GitHub-hosted action runners do support nested virtualization.