We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b815c commit 0b40e95Copy full SHA for 0b40e95
.github/workflows/ci.yml
@@ -5,6 +5,9 @@ on:
5
branches: [main]
6
workflow_dispatch:
7
8
+permissions:
9
+ packages: write
10
+
11
jobs:
12
build:
13
runs-on: ubuntu-latest
.github/workflows/publish.yml
@@ -3,6 +3,9 @@ name: Publish
3
on:
4
0 commit comments