Revert "Add new token to the action"

This commit is contained in:
R Midhun Suresh 2024-06-18 20:32:43 +05:30 committed by GitHub
parent 08b2fb59eb
commit a7b37f7e7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ jobs:
- name: Install tools - name: Install tools
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: 🔧 Yarn cache - name: 🔧 Yarn cache
uses: actions/setup-node@v3 uses: actions/setup-node@v3
@ -34,21 +34,21 @@ jobs:
run: "yarn test" run: "yarn test"
- name: Run Lint Checks - name: Run Lint Checks
run: "yarn run lint-ci" run: "yarn run lint-ci"
- name: Run Typescript Checks - name: Run Typescript Checks
run: "yarn run tsc" run: "yarn run tsc"
- name: Run SDK tests - name: Run SDK tests
run: "yarn test:sdk" run: "yarn test:sdk"
- name: Build SDK - name: Build SDK
run: "yarn build:sdk" run: "yarn build:sdk"
- name: 🚀 Publish to npm - name: 🚀 Publish to npm
id: npm-publish id: npm-publish
uses: JS-DevTools/npm-publish@v2 uses: JS-DevTools/npm-publish@v2
with: with:
token: ${{ secrets.HYDROGEN_NPM_TOKEN }} token: ${{ secrets.NPM_TOKEN }}
access: public access: public
package: ./target package: ./target