Skip to content

Announce release of HedgeDoc 2.0.0 Alpha 3 #136

Announce release of HedgeDoc 2.0.0 Alpha 3

Announce release of HedgeDoc 2.0.0 Alpha 3 #136

Workflow file for this run

on: [push, pull_request]
name: Toot, together!
jobs:
preview:
name: Preview
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: joschi/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
toot:
name: Toot
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- name: checkout master
uses: actions/checkout@v4
- name: Toot
uses: joschi/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MASTODON_URL: https://fosstodon.org/
MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}