We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09ab12 commit 7f9449eCopy full SHA for 7f9449e
.github/workflows/publish-auxiliary-packages.yml
@@ -19,6 +19,7 @@ jobs:
19
startsWith(github.event.head_commit.message, 'chore(release): bump auxiliary packages')
20
21
runs-on: ubuntu-latest
22
+ environment: Production
23
24
steps:
25
- uses: mongodb-js/devtools-shared/actions/setup-bot-token@main
@@ -51,7 +52,7 @@ jobs:
51
52
53
- name: "Publish what is not already in NPM"
54
env:
- NPM_TOKEN: ${{ secrets.DEVTOOLSBOT_NPM_TOKEN }}
55
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
56
run: |
57
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> ~/.npmrc
58
npm config list
0 commit comments