We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 170721f commit 96ec7faCopy full SHA for 96ec7fa
1 file changed
.github/workflows/precompile.yml
@@ -6,6 +6,12 @@ on:
6
- "v*"
7
workflow_dispatch:
8
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
+
15
jobs:
16
linux:
17
runs-on: ubuntu-latest
0 commit comments