From 3dccc1c9b8ba1f8b3c6a5c3d9d717806d5e3a1a3 Mon Sep 17 00:00:00 2001 From: Paulo Sousa Date: Fri, 15 Sep 2023 13:23:34 -0300 Subject: [PATCH] goreleaser: add missing github creds --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f18ea92..864df37 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -92,4 +92,6 @@ jobs: fetch-depth: 0 - uses: goreleaser/goreleaser-action@v2 with: - args: release --rm-dist \ No newline at end of file + args: release --rm-dist + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file