Skip to content

Commit

Permalink
Remove tap token
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo2308 committed Jul 5, 2023
1 parent f55b231 commit 3aaf513
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ jobs:
args: release --clean --timeout 5m
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.PUBLISHER_CLASSIC_TOKEN }}
GIT_BRANCH: ${{ github.ref_name }}
BUILD_IS_DEV: 'false'
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ brews:
owner: cisco-open
name: homebrew-tap
branch: "{{ .ProjectName }}/{{ .Tag }}"
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
pull_request:
enabled: true
install: |
Expand Down

0 comments on commit 3aaf513

Please sign in to comment.