Skip to content

Commit b2d0f42

Browse files
author
Brean
committed
Added write permissions to workflow
1 parent 359998c commit b2d0f42

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Release
22

3+
permissions:
4+
contents: write
5+
36
on:
47
push:
58
tags:
@@ -8,6 +11,7 @@ on:
811
jobs:
912
build-and-publish:
1013
runs-on: ubuntu-latest
14+
1115
steps:
1216
- uses: actions/checkout@v4
1317

0 commit comments

Comments
 (0)