Skip to content

Commit

Permalink
change token
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Mar 14, 2024
1 parent 1d7b41c commit a024713
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
GITHUB_USER_TOKEN: ${{ secrets.CICD_GITHUB_TOKEN }}
REPO_USERNAME: ${{ secrets.EE_REPO_USERNAME }}
REPO_PASSWORD: ${{ secrets.EE_REPO_PASSWORD }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_ORG_TOKEN }}
FROM_BRANCH: ${{ github.event.inputs.from_branch }}
NODE_VERSION: ${{ github.event.inputs.node_version }}
pre-release-process-image:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_dotcms_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
mkdir dist/apps/core-web
cp prepare.js ./dist/apps/core-web/prepare.js
npm set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
npm set //registry.npmjs.org/:_authToken ${{ secrets.NPM_ORG_TOKEN }}
cd dist/apps/dotcms-ui
if [[ $(basename "${{ github.ref }}") =~ ^release-.* ]]; then
npm publish --tag rc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_webcomponents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: "Publish to npm"
run: |
cd core-web
npm set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
npm set //registry.npmjs.org/:_authToken ${{ secrets.NPM_ORG_TOKEN }}
cd dist/libs/dotcms-webcomponents
if [[ $(basename "${{ github.ref }}") =~ ^release-.* ]]; then
npm publish --tag rc
Expand Down

0 comments on commit a024713

Please sign in to comment.