Skip to content

Commit

Permalink
build: Configure Mastodon as release announcer
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Sep 27, 2024
1 parent a0c4a0e commit a4c3038
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
JRELEASER_TWITTER_CONSUMER_SECRET: ${{ secrets.TWITTER_CONSUMER_SECRET }}
JRELEASER_TWITTER_ACCESS_TOKEN: ${{ secrets.TWITTER_ACCESS_TOKEN }}
JRELEASER_TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
JRELEASER_MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}

- name: JReleaser output
if: always()
Expand Down
3 changes: 3 additions & 0 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,6 @@ deploy:
announce:
twitter:
active: RELEASE
mastodon:
active: RELEASE
host: https://mastodon.social

0 comments on commit a4c3038

Please sign in to comment.