Skip to content

Commit

Permalink
Use HOMEBREW_TAP_GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Feb 13, 2024
1 parent 665e13d commit 7d5f8f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
tags:
- "v*"


jobs:
goreleaser:
runs-on: ubuntu-latest
Expand All @@ -26,8 +25,7 @@ jobs:
args: release -f .github/.goreleaser.yml --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}

docker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7d5f8f4

Please sign in to comment.