Add light edge definitions to risk:compromise and it:prod:soft (#4198) #11842
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |