From 29022ffb5f631970d61f546a535b3469f82fab7c Mon Sep 17 00:00:00 2001 From: Jakub Raczek Date: Tue, 24 Dec 2024 11:32:12 +0100 Subject: [PATCH] Update github-actions.yml --- .github/workflows/github-actions.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 3a42806a..10ab342f 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -11,7 +11,9 @@ on: schedule: - cron: '0 18 * * 0' permissions: - checks: write + checks: write + contents: read + issues: write env: solution: ${{ github.workspace }}/Ocaramba.sln buildPlatform: Any CPU