Commit 9d4847b
authored
ci: Connect to NPM using OIDC instead of a token for release workflow (#1962)
**Related Ticket:** #1961
### Description of Changes
- Replace npm token authentication with OIDC-based authentication
Prerequisite done:
- Added this repo as a trusted publisher for @teamimpact/veda-ui npm
package
<img width="796" height="405" alt="image"
src="https://github.com/user-attachments/assets/e9581f8c-a8ea-47c5-a870-76d6fd03a100"
/>
### Validation / Testing
Not sure how to test this..?
### Post merge
- [ ] Disallow token based publishing access for @teamimpact/veda-ui npm
package
(switch to the second one in the image)
<img width="680" height="127" alt="image"
src="https://github.com/user-attachments/assets/9fe13bb5-205c-40cc-b783-a8f904e367cc"
/>
- [ ] Remove `NPM_TOKEN` from GitHub env vars1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
94 | | - | |
95 | | - | |
96 | 95 | | |
97 | 96 | | |
98 | 97 | | |
| |||
0 commit comments