Skip to content

Commit

Permalink
add discord notification in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Nov 6, 2023
1 parent a5e3060 commit bac6fbf
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 15 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,16 @@ jobs:
- run: npm i -g yarn
- run: yarn install
- run: yarn test
- name: Disord Notification
run: yarn discord
- name: Disord Notification Epics
run: yarn discord:epics
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
DISCORD_CHANNEL_ID: ${{ secrets.DISCORD_CHANNEL_ID }}
DISCORD_CHANNEL_ID_JA: ${{ secrets.DISCORD_CHANNEL_ID_JA }}
- name: Disord Notification LABO
run: yarn discord:labo
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DISCORD_TOKEN_LABO: ${{ secrets.DISCORD_TOKEN_LABO }}
LABO_SKEET_CHANNEL_ID: ${{ secrets.LABO_SKEET_CHANNEL_ID }}
Loading

0 comments on commit bac6fbf

Please sign in to comment.