From 30a097a81d0eb471fcad946d72b2bf948327540f Mon Sep 17 00:00:00 2001 From: Ed Cook Date: Thu, 4 Nov 2021 10:27:44 +0000 Subject: [PATCH] Update tokens for release action --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5090ee7..e2b1604 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,8 @@ on: push: tags: - 'v*' +permissions: + contents: write jobs: release: name: Release @@ -18,7 +20,7 @@ jobs: - name: goreleaser uses: goreleaser/goreleaser-action@v2 env: - GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: distribution: goreleaser args: release