diff options
| author | Dax Raad <[email protected]> | 2026-01-29 21:25:27 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-01-29 21:25:27 -0500 |
| commit | 95309c214903e1902e0b2b85177a3687af0fe6fa (patch) | |
| tree | c2118858dc1f87a8125549d6124e4caba1c7f23e /.github/workflows/beta.yml | |
| parent | e9e8d97b0dbaf9e13e0127b763c941f1fd45230c (diff) | |
| download | opencode-95309c214903e1902e0b2b85177a3687af0fe6fa.tar.gz opencode-95309c214903e1902e0b2b85177a3687af0fe6fa.zip | |
fix(beta): use local git rebase instead of gh pr update-branch
Diffstat (limited to '.github/workflows/beta.yml')
| -rw-r--r-- | .github/workflows/beta.yml | 2 |
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 |
