You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/pre_release.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -95,4 +95,5 @@ jobs:
95
95
DEPRECATION_MESSAGE=$(npm info @refinitiv-ui/solar-theme deprecated)
96
96
if [[ -z $DEPRECATION_MESSAGE ]]; then npm deprecate @refinitiv-ui/solar-theme "Solar theme is deprecated. Consider migrating to @refinitiv-ui/halo-theme instead."; fi
97
97
env:
98
-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
98
+
# The granular access token is required because GitHub/npm.js OIDC does not work with npm deprecate command.
Copy file name to clipboardExpand all lines: .github/workflows/prod_release.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,8 @@ jobs:
102
102
DEPRECATION_MESSAGE=$(npm info @refinitiv-ui/solar-theme deprecated)
103
103
if [[ -z $DEPRECATION_MESSAGE ]]; then npm deprecate @refinitiv-ui/solar-theme "Solar theme is deprecated. Consider migrating to @refinitiv-ui/halo-theme instead."; fi
104
104
env:
105
-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
105
+
# The granular access token is required because GitHub/npm.js OIDC does not work with npm deprecate command.
0 commit comments