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 }}