Skip to content

Commit 17786b6

Browse files
committed
testing
1 parent 01810da commit 17786b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/secureSignal-cd.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
environment: ${{ matrix.environment }}
8181
artifact: ${{ (matrix.environment == 'integ' && 'development') || matrix.environment }}Uid2SecureSignalScript
8282
invalidate_paths: '/uid2SecureSignal1.js'
83+
aws_account_id: ${{ vars.AWS_ACCOUNT_ID }}
8384
aws_bucket_name: ${{ vars.S3_BUCKET }}
8485
aws_distribution_id: ${{ secrets.AWS_DISTRIBUTION_ID }}
8586
- name: Deploy EUID Secure Signals to CDN
@@ -88,5 +89,6 @@ jobs:
8889
environment: ${{ matrix.environment }}
8990
artifact: ${{ (matrix.environment == 'integ' && 'development') || matrix.environment }}EuidSecureSignalScript
9091
invalidate_paths: '/euidSecureSignal1.js'
92+
aws_account_id: ${{ vars.EUID_AWS_ACCOUNT_ID }}
9193
aws_bucket_name: ${{ vars.EUID_S3_BUCKET }}
9294
aws_distribution_id: ${{ secrets.EUID_AWS_DISTRIBUTION_ID }}

0 commit comments

Comments
 (0)