2024-02-24 09:14:54 +01:00
|
|
|
name: Send markdown
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
send:
|
|
|
|
runs-on: docker
|
|
|
|
steps:
|
|
|
|
# Setup
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
|
|
|
|
# Send
|
2024-02-24 09:17:50 +01:00
|
|
|
- uses: https://git.proot.pl/Wroclaw/action-discord-md-publish@8d8bd0fbb85244cd1c9c5c80cdbdd8c82a4ec31c
|
2024-02-24 09:14:54 +01:00
|
|
|
with:
|
|
|
|
file: example.md
|
|
|
|
webhook: ${{ secrets.WEBHOOK_URL }}
|
|
|
|
storageMethod: webhook
|
|
|
|
storageWebhookUrl: ${{ secrets.STORAGE_WEBHOOK_URL }}
|
|
|
|
storageWebhookMessageID: "1209906215602356235"
|