We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65bce6f commit ea7b2a2Copy full SHA for ea7b2a2
.github/workflows/release.yml
@@ -10,6 +10,8 @@ jobs:
10
group: npm-deploy
11
environment:
12
name: release
13
+ permissions:
14
+ id-token: write
15
steps:
16
- name: Load secret
17
uses: 1password/load-secrets-action@581a835fb51b8e7ec56b71cf2ffddd7e68bb25e0
package.json
@@ -29,6 +29,10 @@
29
"lint": "tsdx lint src test",
30
"prepublishOnly": "yarn test && yarn build"
31
},
32
+ {
33
+ "access": "public",
34
+ "provenance": true
35
+ },
36
"peerDependencies": {},
37
"husky": {
38
"hooks": {
0 commit comments