From 665c8c87e76c6eceada0c0e1bd73e1c249d69fe3 Mon Sep 17 00:00:00 2001 From: winebarrel Date: Fri, 14 Oct 2022 16:18:29 +0900 Subject: [PATCH] chore: Fix GITHUB_TOKEN for goreleaser --- .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 91df08b..14da946 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -23,4 +23,4 @@ jobs: version: latest args: release --rm-dist env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ steps.gh-app-auth.outputs.token }}