Skip to content

Update: demo page to have ability to connect with user typ #207

Update: demo page to have ability to connect with user typ

Update: demo page to have ability to connect with user typ #207

Workflow file for this run

name: Mirroring
on: [push, delete]
jobs:
to_cdn:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: [email protected]:VoicenterTeam/VoicenterEventsSDK-cdn.git
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
GIT_SSH_NO_VERIFY_HOST: "true"