From e888bca2934d633716767a7f5c97f1146678b648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radu=20Lucu=C8=9B?= Date: Fri, 16 Aug 2024 11:21:22 +0300 Subject: [PATCH] chore: Update Homebrew and Scoop configuration for cleed --- .github/workflows/release.yml | 1 + .goreleaser.yaml | 8 ++------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 301b02a..6686c02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,3 +32,4 @@ jobs: args: release --clean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GORELEASER_TOKEN: ${{ secrets.GORELEASER_TOKEN }} diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 8160ab3..e5b09bc 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -45,9 +45,7 @@ brews: repository: owner: radulucut name: homebrew-cleed - commit_author: - name: radulucut - email: git@radulucut.com + token: "{{ .Env.GORELEASER_TOKEN }}" scoops: - name: cleed @@ -56,9 +54,7 @@ scoops: repository: owner: radulucut name: scoop-cleed - commit_author: - name: radulucut - email: git@radulucut.com + token: "{{ .Env.GORELEASER_TOKEN }}" changelog: sort: asc