Blame | Last modification | View Log | Download
name: Toot release# More triggers# https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#releaseon:release:types: [published]jobs:toot:runs-on: ubuntu-lateststeps:- uses: cbrgm/mastodon-github-action@v1if: ${{ !github.event.repository.private }}with:# GitHub event payload# https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#releasemessage: "New release: ${{ github.event.repository.name }} ${{ github.event.release.tag_name }} ${{ github.event.release.html_url }} #phpstan"env:MASTODON_URL: https://phpc.socialMASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}