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 51b90f7 commit 309fef6Copy full SHA for 309fef6
.github/workflows/publish_js_lib.yml
@@ -4,6 +4,9 @@ on:
4
branches: [ master ]
5
jobs:
6
build:
7
+ permissions:
8
+ contents: read
9
+ id-token: write
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
0 commit comments