From 9c17814a58366283a9895d06727d37a428c53e0f Mon Sep 17 00:00:00 2001 From: Andy Librian Date: Sun, 7 Aug 2022 17:43:02 +0700 Subject: [PATCH] ci: grant contents: write permission to create a new release --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6216e5b0..7ee0ddce 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -106,6 +106,7 @@ jobs: runs-on: self-hosted permissions: packages: write + contents: write env: GOPATH: ${{ github.workspace }}/../go HOME: ${{ github.workspace }}/..