From d3844444273ca391aa4a42decd5e325ff560ccc7 Mon Sep 17 00:00:00 2001 From: Mark Zitnik Date: Sun, 1 Oct 2023 10:01:48 +0300 Subject: [PATCH] add permissions: write-all to release workflow (#1461) Co-authored-by: mzitnik --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8867b7b36..b5b90887f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,8 @@ jobs: name: "Build and Publish Artifact" runs-on: "ubuntu-latest" + permissions: write-all + steps: - name: Check out Git repository uses: actions/checkout@v3