From f6544186d04bdb54a8afb5489ca62391f8996b1f Mon Sep 17 00:00:00 2001 From: origranot Date: Sat, 31 Aug 2024 12:31:08 +0300 Subject: [PATCH] fix: permissions --- .github/workflows/release.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5d9ab7bc..ec2d5895 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,7 +7,10 @@ on: jobs: build-and-publish: runs-on: ubuntu-latest - permissions: write-all + permissions: + contents: read + packages: write + id-token: write steps: - name: Checkout repository