Skip to content

Commit 972517a

Browse files
authored
Merge pull request #506 from cego/changed-github-release-workflow
Added permission `contents: write`
2 parents 173faf8 + b560981 commit 972517a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
release:
44
types: [ created ]
55

6+
permissions:
7+
contents: write
8+
69
jobs:
710
build-linux:
811
name: Build Linux All

0 commit comments

Comments
 (0)