Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/publish-specification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
APIM_ENV: ${{ github.event.inputs.environment || 'preprod' }}

jobs:
deploy-sandbox:
publish-specification:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -59,8 +59,8 @@ jobs:
- name: Publish ${{ env.APIM_ENV }} spec to Proxygen
run: |
if [ "${{ env.APIM_ENV }}" = "preprod" ]; then
proxygen spec publish build/specification/preprod/eligibility-signposting-api.yaml --uat
proxygen spec publish build/specification/preprod/eligibility-signposting-api.yaml --uat --no-confirm
else
proxygen spec publish build/specification/prod/eligibility-signposting-api.yaml
proxygen spec publish build/specification/prod/eligibility-signposting-api.yaml --no-confirm
fi

Loading