From 46fc0b283f38f9901b1aedc0c234f1fe97edc7e4 Mon Sep 17 00:00:00 2001 From: s1ntaxe770r <53065463+s1ntaxe770r@users.noreply.github.com> Date: Sat, 13 Mar 2021 23:05:43 +0100 Subject: [PATCH] Update goreleaser.yml --- .github/workflows/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 04f7ac1..7ec65c0 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -26,4 +26,4 @@ jobs: version: latest args: release --rm-dist env: - GITHUB_TOKEN: ${{ secrets.GORELEASER_PAT }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GR_TOKEN }}