Skip to content

Create nightly, dev, and stable build channels #2

Create nightly, dev, and stable build channels

Create nightly, dev, and stable build channels #2

name: notify social media
on:
issues:
types:
- labeled
jobs:
notify:
if: github.event.label.name == 'help wanted'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Actions for Discord
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_HELP_WANTED }}
uses: Ilshidur/[email protected]