From 2534983d96c431430e9263c27ce5bfa36b66c3d5 Mon Sep 17 00:00:00 2001 From: makeworld Date: Sun, 17 Mar 2024 20:20:41 -0400 Subject: [PATCH] fix goreleaser token --- .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 5019d9e..c22b6df 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -23,4 +23,4 @@ jobs: version: 0.x args: release --rm-dist env: - GITHUB_TOKEN: ${{ secrets.GH_REPOS }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}