Skip to content

Commit 45c0107

Browse files
Merge pull request #504 from NHSDigital/master
MergeMasterToEdge
2 parents f5782a8 + 49fd502 commit 45c0107

File tree

6 files changed

+78
-116
lines changed

6 files changed

+78
-116
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
- name: Test Pull Request Deployments
1313
env:
1414
AZURE_TOKEN: "${{ secrets.AZURE_TOKEN }}"
15+
AZ_CLIENT_ID: "${{ secrets.AZ_CLIENT_ID }}"
16+
AZ_CLIENT_SECRET: "${{ secrets.AZ_CLIENT_SECRET }}"
17+
AZ_CLIENT_TENANT: "${{ secrets.AZ_CLIENT_TENANT }}"
1518
run: |
1619
export BRANCH_NAME="${{ github.event.pull_request.head.ref }}"
1720
export NOTIFY_COMMIT_SHA="${{ github.event.pull_request.head.sha }}"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: pip install poetry
2222

2323
- name: Cache poetry packages
24-
uses: actions/cache@v1
24+
uses: actions/cache@v4
2525
id: cache
2626
with:
2727
path: ~/.venv

azure/templates/deploy-service.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ steps:
247247
export ANSIBLE_FORCE_COLOR=yes
248248
export DIST_DIR=$(SERVICE_DIR)
249249
export PULL_REQUEST="${{ parameters.pr_label }}"
250-
251250
make --no-print-directory -C $(UTILS_DIR)/ansible deploy-manifest
252251
displayName: 'Deploy Manifest'
253252

0 commit comments

Comments
 (0)