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 2c39f2b commit 0c76b83Copy full SHA for 0c76b83
.github/workflows/release.yml
@@ -80,6 +80,7 @@ jobs:
80
uses: ./.github/.release/actions/actions/services/npm
81
with:
82
token: ${{ secrets.GH_TOKEN }}
83
+ npm-auth-type: oidc
84
npm-token: ${{ secrets.NPM_TOKEN }}
85
check-ownership: false
86
build-command: npm run build
0 commit comments