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.
1 parent 3b197d3 commit 8feb838Copy full SHA for 8feb838
.github/workflows/docker-deploy.yml
@@ -48,6 +48,7 @@ jobs:
48
docker push ${{ steps.registry.outputs.registry }}/app-scripting-editor-api:latest
49
50
deploy-to-appservice:
51
+ if: ${{ secrets.EDITOR_APP_NAME && secrets.RESOURCE_GROUP && secrets.EDITOR_API_APP_NAME }}
52
needs: build-and-push
53
runs-on: ubuntu-latest
54
steps:
0 commit comments