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 394def5 commit bf223f6Copy full SHA for bf223f6
.github/workflows/release-dev.yml
@@ -11,6 +11,7 @@ on:
11
permissions:
12
id-token: write # Required for OIDC for trusted publishing
13
contents: read
14
+ packages: write
15
16
jobs:
17
setup:
@@ -40,4 +41,5 @@ jobs:
40
41
CAP_GH_RELEASE_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
42
43
id-token: write
- contents: read
44
+ contents: read
45
.github/workflows/reusable_release-npm.yml
@@ -18,6 +18,7 @@ on:
18
19
20
21
22
23
24
build:
0 commit comments