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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -94,3 +94,5 @@ jobs:
94
94
run: |
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
Copy file name to clipboardExpand all lines: .github/workflows/prod_release.yml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,8 @@ jobs:
101
101
run: |
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
+
env:
105
+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
104
106
105
107
- name: Publish Docs
106
108
run: curl -X POST "https://api.cloudflare.com/client/v4/pages/webhooks/deploy_hooks/${{ secrets.CF_DEPLOY_HOOKS_ID_V7 }}"
0 commit comments