Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-britton-moj committed Mar 18, 2024
1 parent 4d54953 commit 8fde626
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ on:
- '["prison-education-and-delius"]'
- '["prison-identifier-and-delius"]'
- '["prisoner-profile-and-delius"]'
- '["probation-search-and-delius"]'
- '["refer-and-monitor-and-delius"]'
- '["resettlement-passport-and-delius"]'
- '["risk-assessment-scores-to-delius"]'
Expand All @@ -51,7 +52,6 @@ on:
- '["tier-to-delius"]'
- '["unpaid-work-and-delius"]'
- '["workforce-allocations-to-delius"]'
- '["probation-search-and-delius"]'
# ^ add new projects here
# GitHub Actions doesn't support dynamic choices, we must add each project here to enable manual deployments
# See https://github.com/community/community/discussions/11795
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
- prison-education-and-delius
- prison-identifier-and-delius
- prisoner-profile-and-delius
- probation-search-and-delius
- refer-and-monitor-and-delius
- resettlement-passport-and-delius
- risk-assessment-scores-to-delius
Expand All @@ -74,7 +75,6 @@ jobs:
- tier-to-delius
- unpaid-work-and-delius
- workforce-allocations-to-delius
- probation-search-and-delius
# ^ add new projects here
# GitHub Actions doesn't support dynamic choices, we must add each project here to enable manual deployments
# See https://github.com/community/community/discussions/11795
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ on:
- '["prison-education-and-delius"]'
- '["prison-identifier-and-delius"]'
- '["prisoner-profile-and-delius"]'
- '["probation-search-and-delius"]'
- '["redrive-dead-letter-queue"]'
- '["refer-and-monitor-and-delius"]'
- '["resettlement-passport-and-delius"]'
Expand All @@ -66,7 +67,6 @@ on:
- '["tier-to-delius"]'
- '["unpaid-work-and-delius"]'
- '["workforce-allocations-to-delius"]'
- '["probation-search-and-delius"]'
# ^ add new projects here
# GitHub Actions doesn't support dynamic choices, we must add each project here to enable manual deployments
# See https://github.com/community/community/discussions/11795
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ database:
access:
username_key: /probation-search-and-delius/db-username
password_key: /probation-search-and-delius/db-password
tables:
- audited_interaction

audit:
username: ProbationSearchAndDelius
forename: Probation Integration # TODO change this to something meaningful for your service
forename: Probation Search
surname: Service
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
rootProject.name = "probation-integration-services"
include(
// ⌄ add new projects here
"probation-search-and-delius",
"accredited-programmes-and-oasys",
"approved-premises-and-delius",
"approved-premises-and-oasys",
Expand Down Expand Up @@ -35,6 +34,7 @@ include(
"prison-education-and-delius",
"prison-identifier-and-delius",
"prisoner-profile-and-delius",
"probation-search-and-delius",
"redrive-dead-letter-queues",
"refer-and-monitor-and-delius",
"resettlement-passport-and-delius",
Expand Down

0 comments on commit 8fde626

Please sign in to comment.