Skip to content

Commit f603dbb

Browse files
Use API_TOKEN_GITHUB_CLOUD for homebrew tap publish
1 parent b1b3919 commit f603dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
# Homebrew tap token for publishing to timescale/homebrew-tap
34-
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
34+
TAP_GITHUB_TOKEN: ${{ secrets.API_TOKEN_GITHUB_CLOUD }}

0 commit comments

Comments
 (0)