Skip to content

Commit

Permalink
Merge pull request #3564 from dapr/aacrawfi/skip-deploy-missing-secrets
Browse files Browse the repository at this point in the history
Add `skip_deploy_on_missing_secrets` config
  • Loading branch information
hhunter-ms authored Jun 19, 2023
2 parents a229194 + a0e76ec commit b85163f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/website-root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
api_location: "daprdocs/public/"
output_location: ""
skip_app_build: true
skip_deploy_on_missing_secrets: true
- name: Upload Hugo artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit b85163f

Please sign in to comment.