Skip to content

Commit 1e363de

Browse files
[skip-release] Separate release publication tokens (#36)
1 parent 1824165 commit 1e363de

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
goreleaser:
15-
uses: libops/.github/.github/workflows/sitectl-plugin-goreleaser.yaml@2b484149fca1653d2bd48311929efca21f32214d # main
15+
uses: libops/.github/.github/workflows/sitectl-plugin-goreleaser.yaml@69fc4b92079cd51606e1d4757031c6e9b645bb5a # main
1616
permissions:
1717
contents: write
1818
id-token: write

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ brews:
4848
repository:
4949
owner: libops
5050
name: homebrew
51+
token: "{{ .Env.HOMEBREW_REPO_TOKEN }}"
5152
dependencies:
5253
- name: "libops/homebrew/sitectl"
5354
nfpms:

0 commit comments

Comments
 (0)