Skip to content

Commit cc3e781

Browse files
PLT-1388: Add Sandbox Environment Back to Deploy Matrix for github-actions-role (#329)
## 🎫 Ticket https://jira.cms.gov/browse/PLT-1388 ## 🛠 Changes Adds sandbox back to the deploy matrix for `github-actions-role`. ## ℹ️ Context We had a code freeze on the sandbox environment for the pentesting that ended 10/10/2025. This PR aims to add the sandbox environment back to the deploy matrix to reflect changes that were made to the permissions of the `github-actions-role`, bringing it into parity with the other environments. ## 🧪 Validation This change has been validated in #321
1 parent 231b7d4 commit cc3e781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tf-github-actions-role.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
app: [ab2d, bcda, dpc]
43-
env: [dev, test, prod] # TODO Add sandbox env back in after pentest ends on 2025-10-10
43+
env: [dev, test,sandbox, prod]
4444
include:
4545
- app: cdap
4646
env: mgmt

0 commit comments

Comments
 (0)