[ACA-4649] release workflow enhancements (#3043)

* move update versions of libs to shell script

* unify packaging script

* update package.json repository

* change github token
This commit is contained in:
Denys Vuika
2023-03-07 11:12:57 -05:00
committed by GitHub
parent 0b55af2c32
commit 4933b1db42
5 changed files with 79 additions and 78 deletions

View File

@@ -136,7 +136,7 @@ jobs:
uses: ./.github/actions/publish-libs
with:
branch_name: ${{ env.BRANCH_NAME }}
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
npm_registry_address: ${{ vars.NPM_REGISTRY_ADDRESS }}
npm_registry_token: ${{ secrets.NPM_REGISTRY_TOKEN }}
npm_tag: ${{ env.TAG_NPM }}