Commit 17786b6 1 parent 01810da commit 17786b6 Copy full SHA for 17786b6
File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 80
80
environment : ${{ matrix.environment }}
81
81
artifact : ${{ (matrix.environment == 'integ' && 'development') || matrix.environment }}Uid2SecureSignalScript
82
82
invalidate_paths : ' /uid2SecureSignal1.js'
83
+ aws_account_id : ${{ vars.AWS_ACCOUNT_ID }}
83
84
aws_bucket_name : ${{ vars.S3_BUCKET }}
84
85
aws_distribution_id : ${{ secrets.AWS_DISTRIBUTION_ID }}
85
86
- name : Deploy EUID Secure Signals to CDN
88
89
environment : ${{ matrix.environment }}
89
90
artifact : ${{ (matrix.environment == 'integ' && 'development') || matrix.environment }}EuidSecureSignalScript
90
91
invalidate_paths : ' /euidSecureSignal1.js'
92
+ aws_account_id : ${{ vars.EUID_AWS_ACCOUNT_ID }}
91
93
aws_bucket_name : ${{ vars.EUID_S3_BUCKET }}
92
94
aws_distribution_id : ${{ secrets.EUID_AWS_DISTRIBUTION_ID }}
You can’t perform that action at this time.
0 commit comments