Skip to content

Commit 60704bb

Browse files
committed
fix permissions in the release workflow
1 parent 271708e commit 60704bb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
build:
1313
name: Build
1414
runs-on: ubuntu-latest
15+
permissions:
16+
contents: write
1517
steps:
1618
- uses: actions/checkout@v4
1719

0 commit comments

Comments
 (0)