From 88e0cb5fcf3da1874f71076ee0c01c610afc3913 Mon Sep 17 00:00:00 2001 From: Drew Smirnoff Date: Sat, 25 Apr 2026 23:11:36 +0400 Subject: [PATCH] ci: use @floatpanebot token (#1014) --- .github/workflows/bot-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bot-build.yml b/.github/workflows/bot-build.yml index e0237b707e33ae59573479abef8e72d22cac1a63..9e48cb5b032c6239263aa111eb4690d3da1a5fce 100644 --- a/.github/workflows/bot-build.yml +++ b/.github/workflows/bot-build.yml @@ -163,7 +163,7 @@ jobs: - name: Create preview release and upload assets id: release env: - GH_TOKEN: ${{ github.token }} + GH_TOKEN: ${{ secrets.HOMEBREW_GITHUB_TOKEN }} run: | TAG="preview-pr${{ github.event.issue.number }}" SHA="${{ steps.pr.outputs.sha }}"