-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Actions から Discord のチャンネルにメッセージを送る #3
Comments
とりあえずメッセージ送ってみたかっただけなので、続きは #11 でやりますね |
参考 name: Discord Notification Test
on: push
jobs:
discord_notify:
runs-on: ubuntu-latest
steps:
- name: Discord Notification
uses: appleboy/discord-action@master
with:
webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
message: "GitHub Actions からの通知です!" |
YOSAGE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: