- Notifications
You must be signed in to change notification settings - Fork1
A simple GitHub action to post a Slack message when a new version is released.
License
italia/slack-notify-release-action
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A simple GitHub action to post a Slack message when a new version is released.
Go inSlack API portal and get the bot token to run this app.

The following inputs briefly explained here are fully declared and documented in theaction.yaml:
slack_token[Required] - Slack tokenchannel_id[Required] - Channel ID where to post (shown in 'channel details', e.g. 'C03AA0A0A3A')project_name[Required] - Project name to display
Run this action on new tag push or new release!
on:push:tags: -'v1*'jobs:examplejob:runs-on:ubuntu-lateststeps: -uses:actions/checkout@v3with:fetch-depth:0ref:main -name:Notify new release on Slackuses:italia/slack-notify-release-actionwith:slack_token:${{ secrets.SLACK_TOKEN }}channel_id:C03AA0A0A3Aproject_name:Slack notification action
Result:
Install dependencies
npm i
Build the action
npm run build
Contributing is always appreciated.Feel free to open issues, fork or submit a Pull Request.If you want to know more about how to add new fields, check outCONTRIBUTING.md.
This software is maintained by theDevelopers Italia team.
© 2023 Dipartimento per la Trasformazione Digitale - Presidenza del Consiglio deiMinistri
Licensed under the EUPL.The version control system provides attribution for specific lines of code.
This GitHub Action is published in the Github Marketplace.As such, you can find theTerms of Service here.Also,hereyou can find the GitHub Marketplace Developer Agreement.
About
A simple GitHub action to post a Slack message when a new version is released.
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.
