diff --git a/.github/workflows/cd_pr.yml b/.github/workflows/cd_pr.yml index e6c06b2..fe7099a 100755 --- a/.github/workflows/cd_pr.yml +++ b/.github/workflows/cd_pr.yml @@ -35,10 +35,17 @@ jobs: - run: kubectl kustomize ${{ matrix.overlay }} > .kuberc-input + # Install Deno without MarkArts/kuberc's actions/cache@v2 step (deprecated by GitHub). + - if: steps.overlay_exists.outcome == 'success' + uses: denoland/setup-deno@v1 + with: + deno-version: v1.x + - if: steps.overlay_exists.outcome == 'success' uses: MarkArts/kuberc/.github/actions/kuberc@main with: file: .kuberc-input + deno_install: "false" extra_args: | --skip-secrets rabbitmq-connection,newrelic-licence,rds-secret \ --skip-configmaps s3-configmap,stripeout-elasticache,shitcoins-elasticache,gus-elasticache,entrails-elasticache,stripe-adapter-elasticache,dummy-psp-elasticache,rumen-elasticache,openhaggler-elasticache \