From 4bc6a302c25397109d67196bc5f423bb1b1ff498 Mon Sep 17 00:00:00 2001 From: b4b4r07 Date: Tue, 25 Feb 2020 19:23:02 +0900 Subject: [PATCH] Use GITHUB_TOKEN --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c79ac5..6de855c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,4 @@ jobs: version: latest args: release --rm-dist env: - # To upload homebrew formula to other repos, - # need to set the dedicated token having enough permissions - # https://github.com/goreleaser/goreleaser/issues/982 - GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}