We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8c370 commit fe62525Copy full SHA for fe62525
.github/workflows/release.yaml
@@ -2,6 +2,9 @@ name: Publish package to npmjs
2
on:
3
release:
4
types: [published]
5
+permissions:
6
+ id-token: write
7
+ contents: read
8
jobs:
9
build:
10
runs-on: ubuntu-latest
0 commit comments