Skip to content

SYN-8921: error in model_0_2_31 (it:sec:cpe) migration (#4200) #11929

SYN-8921: error in model_0_2_31 (it:sec:cpe) migration (#4200)

SYN-8921: error in model_0_2_31 (it:sec:cpe) migration (#4200) #11929

Workflow file for this run

name: GitSync
on:
- push
- delete
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: vertexproject/[email protected]
with:
target-url: https://${{ secrets.SYNC_TARGET_HOST }}/${{ github.repository }}.git
target-username: ${{ secrets.SYNC_TARGET_USERNAME }}
target-token: ${{ secrets.SYNC_TARGET_TOKEN }}