Skip to content

Commit

Permalink
Ensure secret is passed
Browse files Browse the repository at this point in the history
  • Loading branch information
ljones140 committed Oct 2, 2024
1 parent 640c7cd commit 566cc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
path: package-lock.json

build-and-deploy-prod:
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@0eda6edc94e932ca3e904812d01faa4602ce0061
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@8c0dc9caa703241172de486205f5a74f9f9a0c13
secrets:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
AZURE_WEBAPP_PUBLISH_PROFILE: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_PROD }}
Expand Down

0 comments on commit 566cc09

Please sign in to comment.