From 32fe349d9d93dc38d3a7e9b49fc53edcc55ae1a5 Mon Sep 17 00:00:00 2001 From: Michael Fellinger Date: Wed, 11 Oct 2023 21:20:28 +0200 Subject: [PATCH] fix action permissions --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 006cc5d..761395e 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -9,7 +9,7 @@ on: schedule: - cron: "14 14 * * 1-5" permissions: - contents: read + contents: write pull-requests: read concurrency: group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'