From 73994ac8f46cc42edad5ed6a5d56de0d31f826d9 Mon Sep 17 00:00:00 2001 From: Manuel Vogel Date: Sat, 16 Jan 2021 08:05:18 +0100 Subject: [PATCH] Revert "Revert "ci: switches to personal GH Token for brew cross repo releases"" This reverts commit 6e1fc86e333ad457d6fb378923d1f3b7d4c086b3. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ba36fbd..b147159b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,4 +23,4 @@ jobs: version: latest args: release --rm-dist env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GORELEASER_TOKEN }}