From e779c2595f36a5e4c2016cf11f22efad82d0b080 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 24 Apr 2021 18:06:40 +0200 Subject: [PATCH] CI: enable write permissions for the build job --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 731a578..fc0f172 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,9 @@ on: schedule: - cron: '0 0/4 * * *' +permissions: + contents: write + concurrency: nope jobs: