We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3def023 commit 588d2dcCopy full SHA for 588d2dc
.github/workflows/publish.yml
@@ -6,6 +6,9 @@ on:
6
- "*" # Trigger on any tag push
7
workflow_dispatch:
8
9
+permissions:
10
+ contents: write
11
+
12
jobs:
13
publish:
14
name: Publish for ${{ matrix.os }}
0 commit comments