Skip to content

Commit 7feb6b2

Browse files
committed
ci: Update permissions for release workflow
- Changed permissions from `contents: read` and `issues: write` to `contents: write`. - This allows the workflow to create and push releases.
1 parent 659ede1 commit 7feb6b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ jobs:
1212
target: x86_64-unknown-linux-musl
1313
runs-on: ${{ matrix.platform.runs-on }}
1414
permissions:
15-
contents: read
16-
issues: write
15+
contents: write
1716
steps:
1817
- name: Checkout
1918
uses: actions/checkout@v4

0 commit comments

Comments
 (0)