Skip to content

Commit

Permalink
Retest with adobe token
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Philippe Zolesio committed Jan 25, 2024
1 parent 921f040 commit 4f1d056
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ jobs:
- name: Check what user is logged in
run: npm whoami
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.ADOBE_BOT_NPM_TOKEN }}
- name: Publish package on NPM 📦
run: npm whoami && npm publish --verbose
run: npm whoami && npm whoami && npm publish --verbose
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.ADOBE_BOT_NPM_TOKEN }}
# - uses: JS-DevTools/npm-publish@v3
# with:
# token: ${{ secrets.ADOBE_BOT_NPM_TOKEN }}
Expand Down

0 comments on commit 4f1d056

Please sign in to comment.