diff --git a/.github/workflows/call-cdk-synth.yml b/.github/workflows/call-cdk-synth.yml index 2d2300ff..24911791 100644 --- a/.github/workflows/call-cdk-synth.yml +++ b/.github/workflows/call-cdk-synth.yml @@ -8,7 +8,7 @@ on: jobs: cdk-synth: - name: cdk synth + name: rush cdk:synth timeout-minutes: 15 runs-on: ubuntu-latest steps: diff --git a/.github/workflows/call-deploy.yml b/.github/workflows/call-deploy.yml index 0ceac349..c5e38339 100644 --- a/.github/workflows/call-deploy.yml +++ b/.github/workflows/call-deploy.yml @@ -75,7 +75,7 @@ jobs: - name: rush publish to npmjs.org run: node common/scripts/install-run-rush.js publish --apply --publish --include-all --target-branch main --npm-auth-token ${NPM_TOKEN} --add-commit-details --set-access-level public env: - NPM_TOKEN: ${{secrets.GITHUB_TOKEN}} + NPM_TOKEN: ${{secrets.NPM_TOKEN}} # deploy project for pipeline - name: rush artifact