We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b38420 commit c40f14aCopy full SHA for c40f14a
.github/workflows/release.yml
@@ -11,15 +11,15 @@ jobs:
11
permissions:
12
contents: read
13
security-events: write
14
- if: (!startsWith(github.event.head_commit.message, 'chore(release):'))
15
uses: ./.github/workflows/ci.yml
16
cd:
17
name: CD
18
19
runs-on: ubuntu-latest
20
timeout-minutes: 15
21
needs:
22
- ci
+ permissions:
+ id-token: write
23
steps:
24
- name: Checkout
25
uses: actions/checkout@v4.2.2
package.json
@@ -68,5 +68,9 @@
68
},
69
"engines": {
70
"node": ">=12"
71
+ },
72
+ "publishConfig": {
73
+ "access": "public",
74
+ "provenance": true
75
}
76
0 commit comments