You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: sshare testing as an alternative to sacctmgr account tests (#178)
Addresses issue #177
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Bug Fixes**
- Enhanced error handling in account validation for SLURM, providing
more informative error messages.
- Implemented a fallback mechanism to verify SLURM account validity
through an additional command.
- **Chores**
- Updated the authorization token in the GitHub Actions workflow for
posting to Mastodon.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Co-authored-by: Johannes Köster <johannes.koester@uni-due.de>
Copy file name to clipboardExpand all lines: .github/workflows/post_to_mastodon.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ jobs:
21
21
timeout_minutes: 2
22
22
max_attempts: 3
23
23
command: |
24
-
curl -X POST -H "Authorization: Bearer ${{ secrets.MASTODON_ACCESS_TOKEN }}" \
24
+
curl -X POST -H "Authorization: Bearer ${{ secrets.MASTODONBOT }}" \
25
25
-F "status=New release in Snakemake project '${{ github.event.repository.full_name }}' for pull request '#${{ github.event.pull_request.number }}' merged: '${{ github.event.pull_request.title }}'. Get the latest release from #Bioconda or #Pypi." \
0 commit comments