Skip to content

Commit 512ff80

Browse files
committed
feat: Add permissions for GitHub Release job to allow content writing
1 parent 06d2059 commit 512ff80

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/SETUP.md

Whitespace-only changes.

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
runs-on: ubuntu-latest
6262
needs: build
6363
if: startsWith(github.ref, 'refs/tags/v')
64+
permissions:
65+
contents: write
6466

6567
steps:
6668
- name: Checkout code

0 commit comments

Comments
 (0)