valishah / release-notifier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release Notifier action

This action identifies the drafted release of a repository and send a slack notification to remind about publishing the release.

Inputs

repo-token

Required - GITHUB Token to fetch releases

Just assign the workflow step with repo-token as secrets.GITHUB_TOKEN.

Example:

with: 
  repo-token: ${{ secrets.GITHUB_TOKEN }}

Outputs

success

Flag to represent the status of message sent to slack channel

Example usage

uses: actions/release-notifier
with: 
  repo-token: ${{ secrets.GITHUB_TOKEN}}

About


Languages

Language:JavaScript 100.0%