From 0a672abc918b52381aa7aa1994d62923f52820df Mon Sep 17 00:00:00 2001 From: Laurent Senta Date: Thu, 27 Jul 2023 14:08:33 +0200 Subject: [PATCH] fix: explicit permission Co-authored-by: Piotr Galar --- .github/workflows/update-badge.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update-badge.yml b/.github/workflows/update-badge.yml index f4734515b..a8d36b1c9 100644 --- a/.github/workflows/update-badge.yml +++ b/.github/workflows/update-badge.yml @@ -1,5 +1,8 @@ # Note: this workflow requires the repository to give Write access to Github Workflows. # in Settings > Actions > General > Workflow permissions + +permissions: + contents: write name: Update Badge on: