We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d34da5 commit c0e9c76Copy full SHA for c0e9c76
.github/workflows/pipeline.yml
@@ -34,6 +34,7 @@ jobs:
34
major_version: ${{ needs.bump.outputs.major_version }}
35
minor_version: ${{ needs.bump.outputs.minor_version }}
36
build_version: ${{ needs.bump.outputs.build_version }}
37
+ ovpn_enabled: true
38
secrets:
39
DEPLOY_SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_SSH_PRIVATE_KEY }}
40
DEPLOY_SSH_USER: ${{ secrets.DEPLOY_SSH_USER }}
0 commit comments