From 2f7042df180da65ebc680bbc228a7c6efa62c0da Mon Sep 17 00:00:00 2001 From: Scai <59282365+alexevladgabriel@users.noreply.github.com> Date: Tue, 7 Jan 2025 22:58:23 +0000 Subject: [PATCH] chore: increase permissions to content workflow --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2d25ba2..c9ea4cd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,7 @@ jobs: name: Release runs-on: ubuntu-22.04 permissions: - contents: read + contents: write packages: write steps: