Skip to content

Commit

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

build-and-deploy-prod:
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@7b16e3f05427cd1524921433a6beaa7b97f44747
uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@0eda6edc94e932ca3e904812d01faa4602ce0061
secrets:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
AZURE_WEBAPP_PUBLISH_PROFILE: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_PROD }}
DEPLOY_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
PRODUCTION_DEPLOYERS: ${{ secrets.PRODUCTION_DEPLOYERS }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
with:
deploy-env: prod
application-type: worker
Expand Down

0 comments on commit 640c7cd

Please sign in to comment.