Skip to content

Commit 96ec7fa

Browse files
committed
Fix workflow permissions
1 parent 170721f commit 96ec7fa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/precompile.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
- "v*"
77
workflow_dispatch:
88

9+
# softprops/action-gh-release needs write access to create / update the
10+
# GitHub Release that hosts the precompiled NIF tarballs. The default
11+
# GITHUB_TOKEN is read-only on repos created with the modern default.
12+
permissions:
13+
contents: write
14+
915
jobs:
1016
linux:
1117
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)