mirror of
https://github.com/anchore/syft.git
synced 2026-02-12 02:26:42 +01:00
chore: update goreleaser brew token (#1306)
This commit is contained in:
parent
95c7378109
commit
35f0f2931e
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -147,6 +147,7 @@ jobs:
|
|||||||
QUILL_NOTARY_KEY_ID: ${{ secrets.APPLE_NOTARY_KEY_ID }}
|
QUILL_NOTARY_KEY_ID: ${{ secrets.APPLE_NOTARY_KEY_ID }}
|
||||||
QUILL_NOTARY_KEY: ${{ secrets.APPLE_NOTARY_KEY }}
|
QUILL_NOTARY_KEY: ${{ secrets.APPLE_NOTARY_KEY }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
GITHUB_BREW_TOKEN: ${{ secrets.ANCHORE_GIT_READ_TOKEN }}
|
||||||
|
|
||||||
- uses: anchore/sbom-action@v0
|
- uses: anchore/sbom-action@v0
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|||||||
@ -86,6 +86,7 @@ brews:
|
|||||||
- tap:
|
- tap:
|
||||||
owner: anchore
|
owner: anchore
|
||||||
name: homebrew-syft
|
name: homebrew-syft
|
||||||
|
token: "{{.Env.GITHUB_BREW_TOKEN}}"
|
||||||
ids:
|
ids:
|
||||||
- darwin-archives
|
- darwin-archives
|
||||||
- linux-archives
|
- linux-archives
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user