kibettheophilus / slack-file-upload

A GitHub action to upload artifact to Slack.
MIT License
0 stars 0 forks source link

Upload file to Slack #5

Closed kibettheophilus closed 1 hour ago

kibettheophilus commented 23 hours ago

Update the action to include functionality to upload file to slack.

Options:

  1. Use a package
    • Check if Slack provides a package to call their APIs.
    • If available, then use the package.
  2. Use APIs
    • Check on the Slack API documentation on uploading files.
    • Setup the functionality to call Slack APIs.
kibettheophilus commented 15 hours ago

I decided to go with the 2nd approach of using APIs.