Skip to content

Commit 3f55ea0

Browse files
committed
Mastodon notifications should work better now
1 parent d6b07da commit 3f55ea0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ jobs:
2727
args: release --clean
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
30+
MASTODON_CLIENT_ID: ${{ secrets.MASTODON_CLIENT_ID }}
31+
MASTODON_CLIENT_SECRET: ${{ secrets.MASTODON_CLIENT_SECRET }}
32+
MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)