22 lines
No EOL
496 B
YAML
22 lines
No EOL
496 B
YAML
name: Send markdown
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
send:
|
|
runs-on: docker
|
|
steps:
|
|
# Setup
|
|
- uses: actions/checkout@v4
|
|
|
|
# Send
|
|
- uses: https://git.proot.pl/Wroclaw/action-discord-md-publish@8d8bd0fbb85244cd1c9c5c80cdbdd8c82a4ec31c
|
|
with:
|
|
file: example.md
|
|
webhook: ${{ secrets.WEBHOOK_URL }}
|
|
storageMethod: webhook
|
|
storageWebhookUrl: ${{ secrets.STORAGE_WEBHOOK_URL }}
|
|
storageWebhookMessageID: "1209906215602356235" |