Skip to content

Commit e314019

Browse files
committed
use correct token
1 parent 1a40e71 commit e314019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ jobs:
358358
runs-on: ubuntu-latest
359359
needs: [build, build-native]
360360
env:
361-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
361+
NPM_TOKEN: ${{ secrets.NPM_TOKEN_ELEVATED }}
362362
steps:
363363
- name: Setup node
364364
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)