Skip to content

team-mst/mst-asana-update-file-upload

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github action to upload a file on asana.com

This action uploads a file to an update of a pulse on asana.com.

Inputs

asana-api-key

Required asana.com. This parameter should be stored in the GitHub secrets.

asana-update-id

Required Update ID for which a file needs to be attached.

asana-file-path

Required Path of a file which needs to be uploaded.

Outputs

asana-response

Response from monday.com in case the file is successfully uploaded.

Example usage

- name: Send update to asana.com pulse
  uses: team-mst/mst-asana-update-file-upload@v1
  with:
    asana-api-key: ${{ secrets.ASANA_API_KEY }}
    asana-update-id: 123
    asana-file-path: "test-file.zip"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published