feat: use GH_PAT for goreleaser (#2797)

This commit is contained in:
Pete Davison
2026-04-15 14:33:57 +01:00
committed by GitHub
parent f7d17fffad
commit 8f2d17a387

View File

@@ -89,6 +89,7 @@ brews:
repository:
owner: go-task
name: homebrew-tap
token: "{{secrets.GH_GORELEASER_TOKEN}}" # So that it runs as the task-bot user
test: system "#{bin}/task", "--help"
install: |-
bin.install "task"
@@ -130,6 +131,7 @@ winget:
owner: go-task
name: winget-pkgs
branch: 'task-{{.Version}}'
token: "{{secrets.GH_GORELEASER_TOKEN}}" # So that it runs as the task-bot user
pull_request:
enabled: true
draft: false
@@ -141,7 +143,6 @@ winget:
body: |
/cc @andreynering @pd93 @vmaerten
npms:
- name: "@go-task/cli"
repository: "git+https://github.com/go-task/task.git"