Skip to content

Commit 5b54197

Browse files
committed
ci: fix goreleaser config
1 parent 713f867 commit 5b54197

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
version: latest
4040
args: release --clean --skip=validate
4141
env:
42+
GITHUB_PUBLISH_TOKEN: ${{ secrets.BOT_TOKEN_GITHUB }}
4243
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43-
REPO_TOKEN: ${{ secrets.REPO_TOKEN }}

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ homebrew_casks:
8585
repository:
8686
owner: raffis
8787
name: gitops-zombies
88-
token: "{{ .Env.GITHUB_TOKEN }}"
88+
token: "{{ .Env.GITHUB_PUBLISH_TOKEN }}"
8989
description: Identify kubernetes resources which are not managed by GitOps
9090
homepage: https://github.com/raffis/{{ .ProjectName }}
9191

0 commit comments

Comments
 (0)