From 95309c214903e1902e0b2b85177a3687af0fe6fa Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 29 Jan 2026 21:25:27 -0500 Subject: fix(beta): use local git rebase instead of gh pr update-branch --- .github/workflows/beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index d92133ea6..f7180ea1e 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -15,7 +15,7 @@ jobs: runs-on: blacksmith-4vcpu-ubuntu-2404 permissions: contents: write - pull-requests: read + pull-requests: write steps: - name: Checkout repository uses: actions/checkout@v4 -- cgit v1.2.3