Skip to content

Commit ca20e74

Browse files
authored
gh: rework npm publish workflow (#523)
1 parent b3deab2 commit ca20e74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Npm.js deploy
22

33
permissions:
4+
id-token: write
45
contents: read
56

67
on:
@@ -50,5 +51,3 @@ jobs:
5051
- name: Publish igniteui-theming
5152
run: npm publish --tag ${NPM_TAG}
5253
working-directory: ./
53-
env:
54-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)