Skip to content

Commit

Permalink
add npm auth back
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbalfour committed Apr 9, 2024
1 parent 458c67b commit 63abf82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
run: |
yarn workspace ${{ steps.tagName.outputs.package }} run test
- name: Authenticate with NPM
run: |
yarn config set npmAuthToken ${{ secrets.CDK_NPM_TOKEN }}
- name: Publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down
1 change: 1 addition & 0 deletions packages/modules/edge-api-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@reapit-cdk/edge-api-sdk",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "Provides convenience wrappers for accepting and responding to [@reapit-cdk/edge-api]('../../constructs/edge-api/readme.md') lambda requests.",
"version": "0.0.9",
"homepage": "https://github.com/reapit/ts-cdk-constructs/blob/main/packages/modules/edge-api-sdk",
Expand Down

0 comments on commit 63abf82

Please sign in to comment.