Skip to content

Commit

Permalink
Add Azure DevOps sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMann committed Feb 23, 2024
1 parent 310ac89 commit 0fddceb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/dbosoft-azure-devops-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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: generic
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 }}

0 comments on commit 0fddceb

Please sign in to comment.