goreleaser: add experimental homebrew tap support
Think it's right, but not sure whether it'll actually work.
Tomorrow, if it functions, we'll declare it no longer experimental.
Co-Authored-By: sketch <hello@sketch.dev>
Change-ID: s5126ee115c362b2ck
diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml
index 5dcce37..c068c88 100644
--- a/.github/workflows/release-build.yml
+++ b/.github/workflows/release-build.yml
@@ -89,6 +89,7 @@
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SELFUPDATE_SIGNING_KEY: ${{ secrets.SELFUPDATE_ED25519_SIGNING_KEY }}
+ HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}