Skip to content

Commit eb591e2

Browse files
committed
Spec adjustments - Output spec always
Signed-off-by: Connor Avery <[email protected]>
1 parent 9800d9a commit eb591e2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/sam_release_code.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ jobs:
206206
run: ./.github/scripts/deploy_api.sh
207207

208208
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
209+
if: always() && !cancelled()
209210
name: Upload specs
210211
with:
211212
name: ${{ inputs.APIGEE_ENVIRONMENT }}-specs

packages/specification/prescriptions-for-patients.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
# for the Prescriptions API
33
# owned by NHS Digital (https://digital.nhs.uk/)
44

5-
openapi: 3.0.0
6-
x-nhs-api-spec-guid: 816f3e79-1d81-4ae7-af54-dcd4a739d01a
5+
openapi: 3.0.3
76
info:
87
title: Prescriptions for Patients API
98
version: "0.0.1"
@@ -123,6 +122,8 @@ paths:
123122
- $ref: "#/components/parameters/BearerAuthorisation"
124123
- $ref: "#/components/parameters/RequestID"
125124
- $ref: "#/components/parameters/CorrelationID"
125+
security:
126+
- nhs-login-p9: []
126127
responses:
127128
"200":
128129
description: Successful retrieval.

0 commit comments

Comments
 (0)