Skip to content

Commit d2bd734

Browse files
authored
fix: secret in workflow (#269)
bumped action version to correct version <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the workflow for announcing releases on Mastodon to use the latest version of the related GitHub Action. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 7e4f7c9 commit d2bd734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/announce-release.yml

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

2121
with:
2222
access-token: ${{ secrets.MASTODONBOT }}

0 commit comments

Comments
 (0)