diff --git a/.github/workflows/bot-build.yml b/.github/workflows/bot-build.yml index 08389fde0f4455c2979beaac3323b7f7672a58a0..bf6251f1b8705afcbdef5ec171345f956c85f972 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: ${{ secrets.HOMEBREW_GITHUB_TOKEN }} + GH_TOKEN: ${{ github.token }} run: | TAG="preview-pr${{ github.event.issue.number }}" SHA="${{ steps.pr.outputs.sha }}"