We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4a7de commit 317ab32Copy full SHA for 317ab32
1 file changed
.github/workflows/node.js.yml
@@ -26,7 +26,6 @@ jobs:
26
- run: npm ci
27
- run: npm run build --if-present
28
- run: npm i -g @contentstack/cli
29
- - run: csdx plugins:install contentstack-cli-tsgen
30
- run: csdx config:set:region ${{secrets.REGION}}
31
- run: csdx auth:tokens:add -a ${{ secrets.TOKEN_ALIAS }} --delivery -k ${{ secrets.APIKEY }} --token ${{ secrets.DELIVERYKEY }} -e ${{ secrets.ENVIRONMENT }}
32
- run: npm run prepack
0 commit comments