From 5541aa1d7d7aaa65ef09333b1f4bb3d4d5ef2d21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Simas?= Date: Fri, 21 Jun 2024 07:50:17 -0300 Subject: [PATCH] ci: add write permission to release job --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 31ff09d..7c536c9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -51,6 +51,8 @@ jobs: create-release: runs-on: ubuntu-latest needs: build-and-push-image + permissions: + contents: write steps: - name: Checkout repository uses: actions/checkout@v4