Skip to content

Commit 7dd9bc8

Browse files
JordanCoinclaude
andcommitted
Use SCOOP_TOKEN for all distribution repos, remove HOMEBREW_TAP_TOKEN
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f1e61b3 commit 7dd9bc8

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,4 @@ jobs:
9797
args: release ${{ (github.event_name == 'workflow_dispatch' && inputs.dry_run) && '--snapshot --clean' || '--clean' }}
9898
env:
9999
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100-
HOMEBREW_TAP_TOKEN: ${{ secrets.SCOOP_TOKEN }}
101100
SCOOP_TOKEN: ${{ secrets.SCOOP_TOKEN }}

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ brews:
5757
- repository:
5858
owner: JordanCoin
5959
name: homebrew-tap
60-
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
60+
token: "{{ .Env.SCOOP_TOKEN }}"
6161
directory: .
6262
homepage: https://github.com/JordanCoin/docmap
6363
description: Instant documentation structure for LLMs and humans

0 commit comments

Comments
 (0)