We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5668fb8 commit f8e55b1Copy full SHA for f8e55b1
.github/workflows/npm-publish-tag.yml
@@ -8,6 +8,9 @@ on:
8
jobs:
9
publish-npm:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: read
13
+ id-token: write
14
steps:
15
- uses: actions/checkout@v6
16
- uses: actions/setup-node@v6
.npmignore
@@ -17,3 +17,7 @@ npm-debug.log
17
node_modules
18
test
19
.travis.yml
20
+
21
+.editorconfig
22
+.github
23
+.git
0 commit comments