Discord Webhooks #5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Discord Webhooks | ||
# Controls when the workflow will run | ||
on: | ||
release: | ||
types: [released, prereleased] | ||
jobs: | ||
github-releases-to-discord: | ||
uses: homebridge/.github/.github/workflows/discord-webhooks.yml@latest | ||
with: | ||
footer_title: "Homebridge Docker" | ||
Check failure on line 12 in .github/workflows/discord-webhooks.yml GitHub Actions / Discord WebhooksInvalid workflow file
|
||
secrets: | ||
DISCORD_WEBHOOK_URL_LATEST: ${{ secrets.DISCORD_WEBHOOK_URL_LATEST }} | ||
DISCORD_WEBHOOK_URL_BETA: ${{ secrets.DISCORD_WEBHOOK_URL_LATEST }} |