Skip to content

Commit 7e4f7c9

Browse files
authored
fix: mastodon secret used workflow, not action (#267)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the release announcement workflow to use an updated Mastodon integration and improved token handling. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 760f8a5 commit 7e4f7c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/announce-release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Post to Mastodon
19-
uses: snakemake/[email protected].3
19+
uses: snakemake/[email protected].4
2020

2121
with:
22+
access-token: ${{ secrets.MASTODONBOT }}
2223
message: |
2324
Beep, Beep - I am your friendly #Snakemake release announcement bot.
2425

0 commit comments

Comments
 (0)