Skip to content

Commit

Permalink
github: Add fediverse-action to workflows
Browse files Browse the repository at this point in the history
This config file will post a default message on each push.

https://mastodon.social/tags/FediVerseAction

As explained in documentation token should be set in project's secrect.

Once checked config can be customized, eg: to post only on releases.

Then please share your updated config file to community:

https://github.com/rzr/fediverse-action#Community

Change-Id: I8323211f6b224b3fb1603c605416fc2a69d24be2
Relate-to: https://github.com/rzr/fediverse-action/
Origin: rzr/iotjs-express@b7adeda
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Jun 17, 2024
1 parent 158184c commit 508e268
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/fediverse-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# YAML
---
name: fediverse-action
on: [push]
jobs:
post:
runs-on: ubuntu-latest
steps:
- uses: rzr/fediverse-action@master
with:
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}

0 comments on commit 508e268

Please sign in to comment.