From c02453d10f43a4ada7aadada0659d0d8e604e499 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 20 Nov 2022 10:18:45 -0800 Subject: [PATCH] Create toot.yml --- .github/workflows/toot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/toot.yml diff --git a/.github/workflows/toot.yml b/.github/workflows/toot.yml new file mode 100644 index 0000000..14a27f9 --- /dev/null +++ b/.github/workflows/toot.yml @@ -0,0 +1,19 @@ +name: Test Toot + +on: + workflow_dispatch: + + +jobs: + print-tag: + runs-on: ubuntu-latest + steps: + - name: Report to Mastodon + uses: cbrgm/mastodon-github-action@v1.0.1 + env: + MASTODON_URL: ${{ secrets.MASTODON_URL }} + MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }} + with: + message: | + This is a test toot, automatically posted by a github action. + https://github.com/iluvcapra/ptulsconv