Skip to content
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

Closed
k-taro56 opened this issue Mar 26, 2024 · 4 comments
Closed
Assignees

Comments

@k-taro56
Copy link
Contributor

No description provided.

@TBSten
Copy link
Contributor

TBSten commented Mar 26, 2024

#4 , #6 あたりを待ってからやった方が良さそう👀

@k-taro56 k-taro56 self-assigned this Mar 26, 2024
@k-taro56 k-taro56 linked a pull request Mar 26, 2024 that will close this issue
@k-taro56
Copy link
Contributor Author

とりあえずメッセージ送ってみたかっただけなので、続きは #11 でやりますね

@k-taro56
Copy link
Contributor Author

参考

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 からの通知です!"

@TBSten
Copy link
Contributor

TBSten commented Mar 26, 2024

参考

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
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants