From 0006e243b0e7aa005f6e8900b4b2e3a92c2d0532 Mon Sep 17 00:00:00 2001 From: Gregor Grigorjan Date: Fri, 24 May 2024 20:12:57 +0300 Subject: [PATCH] fix(ci): permissions for release action --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 25da3135..19b433b9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ jobs: build: runs-on: ubuntu-latest permissions: - contents: read + contents: write id-token: write steps: - uses: actions/checkout@v4.1.5