Skip to content

Support cosmetic filterlists #954

Support cosmetic filterlists

Support cosmetic filterlists #954

Workflow file for this run

name: 'asana sync'
on:
pull_request_review:
pull_request_target:
types:
- opened
- edited
- closed
- reopened
- synchronize
- review_requested
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: sammacbeth/action-asana-sync@v6
with:
ASANA_ACCESS_TOKEN: ${{ secrets.ASANA_ACCESS_TOKEN }}
ASANA_WORKSPACE_ID: ${{ secrets.ASANA_WORKSPACE_ID }}
ASANA_PROJECT_ID: '1203409672862476'
move_to_section_id: '1203409672862480'
USER_MAP: ${{ vars.USER_MAP }}