@sylvesterllc/aws-constructs 1.0.56 → 1.0.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -24,6 +24,7 @@ jobs:
|
|
|
24
24
|
- run: git config user.name "Davis Sylvester III"
|
|
25
25
|
- run: cp .npmrc src/resources/layers/common
|
|
26
26
|
- run: npm set //registry.npmjs.org/:_authToken $NPM_REGISTRY_TOKEN
|
|
27
|
+
- run: npm set //npm.pkg.github.com/:_authToken $CICD_TOKEN
|
|
27
28
|
# - run: npm adduser
|
|
28
29
|
|
|
29
30
|
# - run: npm config set '//npm.pkg.github.com/:_authToken' ${{ secrets.CICD_TOKEN }}
|