From 88b2a70dcae20942c8a142d7e1f33cb34f4c53fe Mon Sep 17 00:00:00 2001 From: Ned Palacios Date: Sat, 2 Dec 2023 03:03:51 +0800 Subject: [PATCH] ci: add missing GITHUB_TOKEN --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67a57b3..c61057f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,10 +22,11 @@ jobs: - name: Run GoReleaser uses: goreleaser/goreleaser-action@v5 with: - distribution: goreleaser version: nightly args: release --clean workdir: server + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} release: needs: goreleaser