Skip to content

Commit b2eba94

Browse files
committed
Fix data replication refresh workflow
1 parent 36e5be6 commit b2eba94

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/refresh-data-replication.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ on:
3232
permissions: {}
3333

3434
env:
35+
environment: ${{ inputs.environment }}
3536
db_snapshot_arn: ${{ inputs.db_snapshot_arn }}
37+
egress_cidr: ${{ inputs.egress_cidr }}
3638
aws_role: ${{ inputs.environment == 'production'
3739
&& 'arn:aws:iam::820242920762:role/GithubDeployDataReplicationInfrastructure'
3840
|| 'arn:aws:iam::393416225559:role/GithubDeployDataReplicationInfrastructure' }}

0 commit comments

Comments
 (0)