summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-01-29 21:25:27 -0500
committerDax Raad <[email protected]>2026-01-29 21:25:27 -0500
commit95309c214903e1902e0b2b85177a3687af0fe6fa (patch)
treec2118858dc1f87a8125549d6124e4caba1c7f23e /.github
parente9e8d97b0dbaf9e13e0127b763c941f1fd45230c (diff)
downloadopencode-95309c214903e1902e0b2b85177a3687af0fe6fa.tar.gz
opencode-95309c214903e1902e0b2b85177a3687af0fe6fa.zip
fix(beta): use local git rebase instead of gh pr update-branch
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/beta.yml2
1 files changed, 1 insertions, 1 deletions
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