Skip to content

added whitelable deploy action #7

added whitelable deploy action

added whitelable deploy action #7

name: Deploy WhiteLabel
on: [push]
concurrency:
group: ${{ github.workflow }}-ci-${{ github.ref }}
cancel-in-progress: true
jobs:
trigger_deploy:
name: Trigger WhiteLabel Deployment
runs-on: [ubuntu-latest]
steps:
- uses: convictional/[email protected]
with:
owner: appknox
repo: whitelabel-deployment
github_token: ${{ secrets.WHITELABEL_DEPLOYMENT_ACCESS_TOKEN }}
workflow_file_name: deploy.yaml