Skip to content

Deploy minio

Deploy minio #1

name: "Notify on new issue"
on:
issues:
types: [opened]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Notify on Discord
uses: tsickert/[email protected]
with:
webhook-url: ${{ secrets.DISCORD_ISSUE_WEBHOOK }}
content: |
Es wurde ein neues Issue #${{ github.event.issue.number }} erstellt.
**${{ github.event.issue.title }}**
${{ github.event.issue.html_url }}
username: "GitHub Actions"
avatar-url: "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"