oh-my-posh/.github/workflows/social.yml
2023-07-21 19:42:54 +02:00

27 lines
708 B
YAML

name: Social
on:
release:
types: [published]
workflow_dispatch:
jobs:
bluesky:
runs-on: ubuntu-latest
steps:
- name: Install Node ⬇️
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8
with:
node-version: 18
- name: Checkout code 👋
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- name: Skyt 🌤️
working-directory: scripts/bluesky
env:
BLUESKY_IDENTIFIER: ${{ secrets.BLUESKY_IDENTIFIER }}
BLUESKY_PASSWORD: ${{ secrets.BLUESKY_PASSWORD }}
OWNER: JanDeDobbeleer
REPO: oh-my-posh
run: |
npm install
node main.js