Bump asana from 3fc4ad1
to 3778cc0
#370
Workflow file for this run
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: "asana sync" | |
on: | |
pull_request_review: | |
pull_request: | |
types: | |
- opened | |
- edited | |
- closed | |
- reopened | |
- synchronize | |
- review_requested | |
jobs: | |
sync: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ./ | |
with: | |
ASANA_ACCESS_TOKEN: ${{ secrets.ASANA_ACCESS_TOKEN }} | |
ASANA_WORKSPACE_ID: ${{ secrets.ASANA_WORKSPACE_ID }} | |
ASANA_PROJECT_ID: "1203415155983021" | |
move_to_section_id: '1203902855070500' | |
USER_MAP: ${{ vars.USER_MAP }} |