Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

honeycombio/gha-create-asana-task

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

gha-create-asana-task Action

Important

This repository is archived and no longer maintained.

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.

About

Github Action for creating Asana tasks

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 6