We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20749e commit 87342f0Copy full SHA for 87342f0
.github/workflows/deploy-pdf-gen-staging-alt2.yml
@@ -0,0 +1,25 @@
1
+name: Deploy PDF Generator Lambda to staging-alt2
2
+
3
+concurrency:
4
+ group: ${{ github.workflow }}-${{ github.ref }}
5
+ cancel-in-progress: true
6
7
+permissions:
8
+ id-token: write
9
+ contents: read
10
11
+on:
12
+ push:
13
+ branches:
14
+ - staging-alt2
15
16
+jobs:
17
+ deploy-pdf-gen-lambda:
18
+ name: Deploy PDF Generator Lambda
19
+ uses: ./.github/workflows/deploy-pdf-gen-lambda.yml
20
+ with:
21
+ gha-environment: 'staging-alt2'
22
+ checkoutBranch: 'staging-alt2'
23
+ environment: 'staging-alt2'
24
+ secrets:
25
+ cicd-role: ${{ secrets.IAC_AWS_CI_ROLE_TO_ASSUME }}
0 commit comments