We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d663dc9 commit da7aa57Copy full SHA for da7aa57
1 file changed
.github/workflows/npm-publish.yml
@@ -9,6 +9,9 @@ on:
9
jobs:
10
build-and-publish:
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ id-token: write
14
+ contents: read
15
steps:
16
- uses: actions/checkout@v3
17
0 commit comments