From d5429b9952d19748c3af70fd3cbf68aafdb954a0 Mon Sep 17 00:00:00 2001 From: huf1 Date: Fri, 4 Apr 2025 18:54:57 +0200 Subject: [PATCH] fix(workflow): add issues write permission Release-As: 0.14.0 --- .github/workflows/cibuild.yml | 2 +- .github/workflows/release.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 045558c..4426eb3 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -23,7 +23,7 @@ jobs: - name: Run Tests run: go test ./... --cover - - name: Run Goreleaser (Dry Run mode) + - name: Run GoReleaser (Dry Run mode) uses: goreleaser/goreleaser-action@v6 with: version: '~> v2' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c570e3..7932469 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,7 @@ on: permissions: contents: write pull-requests: write + issues: write jobs: release-please: @@ -35,7 +36,7 @@ jobs: with: go-version: ${{ vars.GO_BUILD_VERSION }} - - name: Run Goreleaser (Full Release) + - name: Run GoReleaser (Full Release) uses: goreleaser/goreleaser-action@v6 with: version: '~> v2'