Skip to content

Commit 90883bb

Browse files
committed
eli-338 adding autoconfirm
1 parent 0b98213 commit 90883bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-specification.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
- name: Publish ${{ env.APIM_ENV }} spec to Proxygen
6060
run: |
6161
if [ "${{ env.APIM_ENV }}" = "preprod" ]; then
62-
proxygen spec publish build/specification/preprod/eligibility-signposting-api.yaml --uat
62+
proxygen spec publish build/specification/preprod/eligibility-signposting-api.yaml --uat --no-confirm
6363
else
64-
proxygen spec publish build/specification/prod/eligibility-signposting-api.yaml
64+
proxygen spec publish build/specification/prod/eligibility-signposting-api.yaml --no-confirm
6565
fi
6666

0 commit comments

Comments
 (0)