Create Asana Task
ActionsTags
(2)Verified
This Github Action allows you to create an Asana task within your Github workflows.
- 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
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.
Verified
Tags
(2)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.