Skip to content

Commit

Permalink
fix(ci): add tap secret to release action
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Dec 5, 2023
1 parent 70bad1b commit 24f9b9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,4 @@ jobs:
goreleaser release --skip=validate
env:
GITHUB_TOKEN: ${{ github.token }}
FTL_HOMEBREW_TOKEN: ${{ secrets.FTL_HOMEBREW_TOKEN }}

0 comments on commit 24f9b9f

Please sign in to comment.