Merge pull request #8853 from opengovsg/release_v6.264.0 #27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Deploy PDF Generator Lambda to production | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| permissions: | |
| id-token: write | |
| contents: read | |
| on: | |
| push: | |
| branches: | |
| - release-al2 | |
| jobs: | |
| deploy-pdf-gen-lambda: | |
| name: Deploy PDF Generator Lambda | |
| uses: ./.github/workflows/deploy-pdf-gen-lambda.yml | |
| with: | |
| gha-environment: 'release-al2' | |
| checkoutBranch: 'release-al2' | |
| environment: 'production' | |
| secrets: | |
| cicd-role: ${{ secrets.IAC_AWS_CI_ROLE_TO_ASSUME }} |