chore: update goreleaser brew token (#1306)

This commit is contained in:
Keith Zantow 2022-11-02 10:05:20 -04:00 committed by GitHub
parent 95c7378109
commit 35f0f2931e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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