Multiple Network Providers in project - only traffic on one network #1253
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: Sync issue to Azure DevOps | |
on: | |
issues: | |
issue_comment: | |
jobs: | |
sync-to-devops: | |
uses: dbosoft/dbosoft-devops/.github/workflows/dbosoft-azure-devops-sync.yml@main | |
with: | |
topic: eryph | |
secrets: | |
ado_pat: ${{ secrets.DBOSOFT_DEVOPS_SYNC_ADO_PAT }} | |
github_app_id: ${{ secrets.DBOSOFT_DEVOPS_SYNC_GITHUB_APP_ID }} | |
github_app_key: ${{ secrets.DBOSOFT_DEVOPS_SYNC_GITHUB_APP_KEY }} |