Skip to content

Commit f8d697b

Browse files
committed
Add write permissions to gh workflow
1 parent b246717 commit f8d697b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
tags:
88
- '*'
99

10+
permissions:
11+
contents: write
12+
1013
jobs:
1114
build_release:
1215
name: NIF ${{ matrix.nif }} - ${{ matrix.job.target }} (${{ matrix.job.os }})

0 commit comments

Comments
 (0)