From 62df537543bfc4327700d9f8930ae7c755c92ab2 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Wed, 21 Apr 2021 00:32:38 -0400 Subject: ci(gha/release): Enable "contents: write" permission to publish release --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 24392fb96c..e5064760d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -137,6 +137,8 @@ jobs: publish: needs: [linux, appimage, macOS, windows] runs-on: ubuntu-20.04 + permissions: + contents: write steps: - uses: actions/download-artifact@v2 - if: github.event_name == 'workflow_dispatch' -- cgit