diff --git a/.github/workflows/build-and-deploy-prod.yml b/.github/workflows/build-and-deploy-prod.yml index c17d4c6..f27aeb9 100644 --- a/.github/workflows/build-and-deploy-prod.yml +++ b/.github/workflows/build-and-deploy-prod.yml @@ -20,7 +20,7 @@ jobs: path: package-lock.json build-and-deploy-prod: - uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@0e9069e6cb3047290793892b13232d9d5e792649 + uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@7b16e3f05427cd1524921433a6beaa7b97f44747 secrets: AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }} AZURE_WEBAPP_PUBLISH_PROFILE: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_PROD }}