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 55326ce commit 46efa13Copy full SHA for 46efa13
.github/workflows/release-combined.yml
@@ -31,6 +31,10 @@ on:
31
type: boolean
32
default: false
33
34
+permissions:
35
+ contents: write
36
+ packages: write
37
+
38
jobs:
39
validate:
40
runs-on: ubuntu-latest
.github/workflows/release-npm.yml
@@ -16,6 +16,10 @@ on:
16
17
18
19
20
21
22
23
24
release-npm:
25
0 commit comments