Skip to content

Commit

Permalink
Update issue-sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hartra344 committed Feb 6, 2024
1 parent e0ab2fb commit 11d9c07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/issue-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@ concurrency:
jobs:
alert:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
name: Sync workflow
steps:
- uses: actions/checkout@v3
- uses: hartra344/GitSync@main
env:
ado_token: '${{ secrets.ADO_SYNC_TOKEN }}'
github_token: '${{ secrets.GH_ACCESS_TOKEN_ISSUE_SYNC }}'
github_token: '${{ secrets.GITHUB_TOKEN }}'
config_file: './.github/sync_config.json'

0 comments on commit 11d9c07

Please sign in to comment.