We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1213481 commit 5122db9Copy full SHA for 5122db9
.github/workflows/release.yml
@@ -30,4 +30,5 @@ jobs:
30
version: latest
31
args: release --rm-dist --debug
32
env:
33
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
+ GO_BOT_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
.goreleaser.yml
@@ -49,7 +49,7 @@ brews:
49
- tap:
50
owner: checkmarx
51
name: homebrew-ast-cli
52
- token: "{{ .Env.GITHUB_TOKEN }}"
+ token: "{{ .Env.GO_BOT_TOKEN }}"
53
folder: Formula
54
homepage: https://github.com/Checkmarx/ast-cli
55
description: CLI for AST
@@ -59,4 +59,4 @@ brews:
59
install: |-
60
pkgshare.mkpath
61
cp_r "assets", pkgshare
62
- bin.install "cx"
+ bin.install "cx"
0 commit comments