Skip to content

Commit

Permalink
add github issue -> asana sync
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk committed Oct 16, 2024
1 parent 86a902e commit d75619f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/asana_sync_issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
issues:
types: [opened, reopened]

jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: duckduckgo/[email protected]
with:
asana-pat: ${{ secrets.GH_ASANA_SECRET }}
asana-project: ${{ vars.GH_ASANA_PROJECT_ID }}
action: 'create-asana-issue-task'
3 changes: 3 additions & 0 deletions changelog/_1113.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Added

- add github workflow to sync issues to asana (testing for now)

0 comments on commit d75619f

Please sign in to comment.