From 00ddf54a8755c3c58509dd7f3a403680736c0755 Mon Sep 17 00:00:00 2001 From: Francesc M Date: Sun, 20 Oct 2024 16:25:04 +0200 Subject: [PATCH] Giving write permissions to master and release workflows --- .github/workflows/master.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 587b931d..ec2670a8 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -33,4 +33,4 @@ jobs: secrets: inherit permissions: actions: write - contents: read + contents: write diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 27dfe875..3e94b31f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -18,4 +18,4 @@ jobs: secrets: inherit permissions: actions: write - contents: read + contents: write