cedws / discord-delete

Tool to delete Discord message history
GNU General Public License v3.0
125 stars 18 forks source link

Add Github Release Action #35

Closed fosspill closed 3 years ago

fosspill commented 3 years ago

The action creates (or updates) a new release when a tag is defined.

This is in reference to #31.

It works fine, but can definitely be refined.

cedws commented 3 years ago

Many thanks!

fosspill commented 3 years ago

Note that you'll need to create a secret in this repository with the name GH_TOKEN with a personal access token that has access to the repository.

cedws commented 3 years ago

Apparently the GITHUB_TOKEN variable is automatically available without needing to create a secret. Maybe we could use this instead?