diff --git a/.github/workflows/preprod_publish_deploy.yaml b/.github/workflows/preprod_publish_deploy.yaml index 7dffe27..d0215ed 100644 --- a/.github/workflows/preprod_publish_deploy.yaml +++ b/.github/workflows/preprod_publish_deploy.yaml @@ -12,6 +12,8 @@ jobs: preprod: runs-on: ubuntu-latest steps: + - name: Checkout repository + uses: actions/checkout@v6 - name: Set tag to deploy id: set_tag run: | @@ -57,4 +59,4 @@ jobs: proxygen spec publish build/specification/preprod/eligibility-signposting-api.yaml --uat --no-confirm - name: Deploy preprod spec to Proxygen run: | - proxygen instance deploy preprod eligibility-signposting-api build/specification/preprod/eligibility-signposting-api.yaml --no-confirm + proxygen instance deploy int eligibility-signposting-api build/specification/preprod/eligibility-signposting-api.yaml --no-confirm diff --git a/.github/workflows/prod_publish_deploy.yaml b/.github/workflows/prod_publish_deploy.yaml index 9ac0259..be46b65 100644 --- a/.github/workflows/prod_publish_deploy.yaml +++ b/.github/workflows/prod_publish_deploy.yaml @@ -11,6 +11,8 @@ jobs: prod: runs-on: ubuntu-latest steps: + - name: Checkout repository + uses: actions/checkout@v6 - name: Set tag to deploy id: set_tag run: |