Skip to content

Create Asana Task

Actions
Trigger task creation in Asana from Github
v1.0.1
Latest
Verified creator
Star (6)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

gha-create-asana-task Action

This Github Action allows you to create an Asana task within your Github workflows.

How to use it

- name: Create Asana task
  uses: honeycombio/gha-create-asana-task@main
  with:
    asana-secret: ${{ secrets.ASANA_PAT }}
    asana-workspace-id: ${{ secrets.ASANA_WORKSPACE_ID }}
    asana-project-id: ${{ secrets.ASANA_PROJECT_ID }}
    asana-section-id: ${{ secrets.ASANA_SECTION_ID }}
    asana-task-name: My Asana Task
    asana-task-description: My Asana Description # optional
    asana-due-date: 2022-12-05 # optional
    asana-tags: '["123456789"]' # optional

License

This Action is distributed under the terms of the MIT license, see LICENSE for details.

Create Asana Task is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Trigger task creation in Asana from Github
v1.0.1
Latest

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Create Asana Task is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.