Bluesky Good Morning #608
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Bluesky Good Morning | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: "45 12 * * *" | |
jobs: | |
post: | |
runs-on: ubuntu-latest | |
steps: | |
# You must checkout resources | |
- uses: actions/checkout@v3 | |
- uses: myConsciousness/bluesky-post@v3 | |
with: | |
text: "Good Morning!" | |
media: .github/workflows/GOODMORNING.png | |
media-alt: "Good Morning!" | |
identifier: ${{ secrets.BLUESKY_IDENTIFIER }} | |
password: ${{ secrets.BLUESKY_PASSWORD }} |