send slack event to github actions. receive slack event, convert, post github repository_dispatch event. process something you want on github actions.
reaction_added- send
slack-event-reaction_added-${reaction}event to github
- send
3 assets required
- Slack app
- Event Subscriptions
- what you need. e.g.
reaction_added
- what you need. e.g.
- Scopes
team:readusers.profile:readchannels:historyreactions:read
- Signing Secret →
SLACK_SIGNING_SECRET - Access Token →
SLACK_ACCESS_TOKEN
- Event Subscriptions
- GitHub Personal Access Token
- Scopes
repo
- Personal Access Token →
GHA_REPO_TOKEN
- Scopes
- Environment variables for app
SLACK_SIGNING_SECRETSLACK_ACCESS_TOKENGHA_REPO_TOKENGHA_REPOS${RepositoryOwner}/${RepositioryName}format. e.g.vvakame/se2gha- if you wanna send a event to multiple repositories, you can use
,to delimiter