We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1491f commit 5022d9bCopy full SHA for 5022d9b
.github/workflows/publish.yml
@@ -5,6 +5,10 @@ on:
5
branches: ["main"]
6
workflow_dispatch:
7
8
+permissions:
9
+ contents: write
10
+ packages: write
11
+
12
jobs:
13
compile:
14
runs-on: ubuntu-latest
0 commit comments