We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e503a03 + e818fea commit c4964caCopy full SHA for c4964ca
.github/workflows/ci.yml
@@ -96,6 +96,8 @@ jobs:
96
api_location: "" # Api source code path - optional
97
output_location: "" # Built app content directory - optional
98
###### End of Repository/Build Configurations ######
99
+ env:
100
+ SKIP_DEPLOY_ON_MISSING_SECRETS: true
101
102
close_pull_request_job:
103
if: github.event_name == 'pull_request' && github.event.action == 'closed'
0 commit comments