mirror of
https://github.com/SethCohen/github-releases-to-discord
synced 2026-09-14 20:13:23 +00:00
chore: updated README.md
This commit is contained in:
@@ -2,19 +2,8 @@
|
|||||||
A GitHub action that parses a GitHub release and posts it to a Discord channel as a stylized Discord webhook.
|
A GitHub action that parses a GitHub release and posts it to a Discord channel as a stylized Discord webhook.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
## Output
|
||||||
## Setup Instructions
|

|
||||||
1. Open your **Server Settings** and head into the **Integrations** tab:
|
|
||||||
2. Click the "**Create Webhook**" button to create a new webhook!
|
|
||||||

|
|
||||||

|
|
||||||
3. Copy the webhook url
|
|
||||||
4. Create a new Github repository secret called WEBHOOK_URL and paste the webhook url into it.
|
|
||||||

|
|
||||||
5. Save the secret.
|
|
||||||
6. Add the secret to your action configuration.
|
|
||||||
|
|
||||||
And you're done!
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
@@ -25,12 +14,9 @@ And you're done!
|
|||||||
| username | ❌ | "Release Changelog" | String username for webhook. |
|
| username | ❌ | "Release Changelog" | String username for webhook. |
|
||||||
| avatar_url | ❌ | ["Profile Picture"](https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png) | String url to webhook avatar picture. |
|
| avatar_url | ❌ | ["Profile Picture"](https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png) | String url to webhook avatar picture. |
|
||||||
|
|
||||||
|
|
||||||
## Output
|
|
||||||

|
|
||||||
|
|
||||||
## Example Usage
|
## Example Usage
|
||||||
|
|
||||||
|
`.github/workflows/github-release-to-discord.yml`
|
||||||
```yaml
|
```yaml
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
@@ -50,3 +36,16 @@ jobs:
|
|||||||
username: "Release Changelog"
|
username: "Release Changelog"
|
||||||
avatar_url: "https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png"
|
avatar_url: "https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Setup Instructions
|
||||||
|
1. Open your **Server Settings** and head into the **Integrations** tab:
|
||||||
|
2. Click the "**Create Webhook**" button to create a new webhook!
|
||||||
|

|
||||||
|

|
||||||
|
3. Copy the webhook url
|
||||||
|
4. Create a new Github repository secret called WEBHOOK_URL and paste the webhook url into it.
|
||||||
|

|
||||||
|
5. Save the secret.
|
||||||
|
6. Add the secret to your action configuration.
|
||||||
|
|
||||||
|
And you're done! Whenever you create a new release, the workflow should run and, if properly setup, post to your specified Discord channel.
|
||||||
|
|||||||
Reference in New Issue
Block a user