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