From e2e35c7d067b001cc57eaeb4e79483e06123a7c5 Mon Sep 17 00:00:00 2001 From: Dmitriy Kovalenko Date: Thu, 23 Jul 2026 11:35:38 -0700 Subject: [PATCH] chore: Fix CI closes https://github.com/dmtrKovalenko/fff/issues/702 --- .github/workflows/release.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d9372418f..5c6df145c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -482,7 +482,10 @@ jobs: permissions: contents: write steps: + # we have to make sure that pushing a commit on this workflow triggers the CI for nightly neovim - uses: actions/checkout@v5 + with: + token: ${{ secrets.GUSTAV_PAT || github.token }} - name: Install Lua uses: leafo/gh-actions-lua@v12 @@ -621,8 +624,6 @@ jobs: run: make bump-install-mcp-sh VERSION="${{ steps.version.outputs.version }}" BINARIES_DIR=./binaries - name: Commit formula + installer bump to main - # Uses the default GITHUB_TOKEN configured by actions/checkout above. - # Requires github-actions[bot] in the main branch-protection bypass list. if: steps.version.outputs.is_release == 'true' && github.repository_owner == 'dmtrKovalenko' uses: stefanzweifel/git-auto-commit-action@v5 with: