Skip to content

Post Shiba To Bluesky Hourly #1472

Post Shiba To Bluesky Hourly

Post Shiba To Bluesky Hourly #1472

name: Post Shiba To Bluesky Hourly
on:
schedule:
- cron: "0 * * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- run: npm install
- run: npm run post-shibe:bluesky
env:
BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }}
BLUESKY_PASSWORD: ${{ secrets.BLUESKY_PASSWORD }}
SHIBE_LOL_CLIENT_SECRET: ${{ secrets.SHIBE_LOL_CLIENT_SECRET }}