Skip to content

Commit 0c9b255

Browse files
Update publish_deriv_charts_and_update_deriv_app.yml
1 parent 810c724 commit 0c9b255

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish_deriv_charts_and_update_deriv_app.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
5050
with:
5151
node-version: 20.x
52-
registry-url: 'https://registry.npmjs.org'
5352

5453
- name: Setup SmartCharts
5554
run: cd SmartCharts && npm install
@@ -61,7 +60,7 @@ jobs:
6160
env:
6261
CI: true
6362
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
64-
NPM_TOKEN: ${{ secrets. NPM_ACCESS_TOKEN }}
63+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6564
run: cd SmartCharts && npx semantic-release
6665

6766
update_chart_version_in_deriv_app:

0 commit comments

Comments
 (0)