We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e0fb49 commit e3a328bCopy full SHA for e3a328b
1 file changed
.github/workflows/push_dist_to_npm.yml
@@ -5,7 +5,7 @@ on:
5
- master
6
7
permissions:
8
- id-token: write # Required for OIDC
+ id-token: write
9
contents: read
10
11
jobs:
@@ -25,6 +25,7 @@ jobs:
25
26
run: |
27
npm --version
28
+ echo "OIDC token: $ACTIONS_ID_TOKEN_REQUEST_TOKEN"
29
npm whoami
30
npm version --git-tag-version=false 0.0.0-$(git rev-parse HEAD)
31
# limit distribution to the dist folder (just for this build), and set package name
0 commit comments