From 9e833b39d6d12d5098aa42e5d94576e24c1c4ec5 Mon Sep 17 00:00:00 2001 From: Sylvain Rabot Date: Tue, 21 Feb 2023 20:27:21 +0100 Subject: [PATCH] Add contents write permission on release workflow Signed-off-by: Sylvain Rabot --- .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 3599e18..25771c6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,7 @@ jobs: name: Build runs-on: ubuntu-22.04 permissions: - contents: read + contents: write packages: write steps: - name: Check out code into the Go module directory