Skip to content

Upgrade: Bump ejs from 3.1.8 to 3.1.10 in the npm_and_yarn group (#1491) #1032

Upgrade: Bump ejs from 3.1.8 to 3.1.10 in the npm_and_yarn group (#1491)

Upgrade: Bump ejs from 3.1.8 to 3.1.10 in the npm_and_yarn group (#1491) #1032

Workflow file for this run

name: "[Workflow] Deploy"
on:
push:
branches:
- main
jobs:
test_build:
name: Test and Build
uses: ./.github/workflows/test_job.yml
publish_unit_tests:
name: Publish Unit Tests
needs: ['test_build']
uses: ./.github/workflows/publish_unit_tests.yml
publish_to_s3:
name: Publish to S3
needs: ['test_build']
uses: ./.github/workflows/publish_to_s3_job.yml
secrets:
aws_access_key_actions: ${{ secrets.AWS_ACCESS_KEY }}
aws_secret_access_key_actions: ${{ secrets.AWS_SECRET_KEY }}
aws_distribution_id_actions: ${{ secrets.DISTRIBUTION_ID}}