diff options
| author | Dax Raad <[email protected]> | 2026-01-30 23:39:01 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-01-30 23:39:01 -0500 |
| commit | b6bbb957041279256bfae00f092d7dc5b625680e (patch) | |
| tree | 630684a49ed15f0fd1856f7866a73c5f64e14ccf /.github/workflows | |
| parent | d713026a6a7f41f0b5a0008c9f2dabb76965f1d5 (diff) | |
| download | opencode-b6bbb957041279256bfae00f092d7dc5b625680e.tar.gz opencode-b6bbb957041279256bfae00f092d7dc5b625680e.zip | |
ci: remove pull-request write permissions from beta workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/beta.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 20d2bc18d..a793bfb03 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -10,7 +10,6 @@ jobs: runs-on: blacksmith-4vcpu-ubuntu-2404 permissions: contents: write - pull-requests: write steps: - name: Checkout repository uses: actions/checkout@v4 |
