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 c44e068 commit 012a5bdCopy full SHA for 012a5bd
1 file changed
.github/workflows/publish.yml
@@ -2,6 +2,9 @@ name: Publish Package to npmjs
2
on:
3
release:
4
types: [published]
5
+permissions:
6
+ id-token: write # Required for OIDC
7
+ contents: read
8
jobs:
9
build:
10
runs-on: ubuntu-latest
0 commit comments