We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e5be6 commit b2eba94Copy full SHA for b2eba94
1 file changed
.github/workflows/refresh-data-replication.yml
@@ -32,7 +32,9 @@ on:
32
permissions: {}
33
34
env:
35
+ environment: ${{ inputs.environment }}
36
db_snapshot_arn: ${{ inputs.db_snapshot_arn }}
37
+ egress_cidr: ${{ inputs.egress_cidr }}
38
aws_role: ${{ inputs.environment == 'production'
39
&& 'arn:aws:iam::820242920762:role/GithubDeployDataReplicationInfrastructure'
40
|| 'arn:aws:iam::393416225559:role/GithubDeployDataReplicationInfrastructure' }}
0 commit comments