diff --git a/.github/workflows/github-discord-releases.yml b/.github/workflows/github-discord-releases.yml new file mode 100644 index 0000000..a729a45 --- /dev/null +++ b/.github/workflows/github-discord-releases.yml @@ -0,0 +1,17 @@ +on: + release: + types: [published] + +jobs: + github-releases-to-discord: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Github Releases To Discord + uses: SethCohen/github-releases-to-discord@v1.13.1 + with: + webhook_url: ${{ secrets.WEBHOOK_URL }} + color: "ffd700" + footer_title: "Changelog - Pojazdownik" + footer_timestamp: true \ No newline at end of file