Skip to content

drone.io plugin for notifying tag deployments on asana

Notifications You must be signed in to change notification settings

zanona/drone-asana-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

drone-asana-notify

drone.io plugin for notifying tag deployments on Asana

Usage:

  - name: asana
    image: zanona/drone-asana-notify
    when: { event: tag }
    settings:
      project: { from_secret: ASANA_PROJECT } #project id .i.e: 1124575787711212
      token: { from_secret: ASANA_TOKEN } #get from https://app.asana.com/0/developer-console

Plugin will submit a green project status update with the contents of the tag message. .i.e: git tag v1.2.3 -m 'Message here...'