mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
18 lines
442 B
YAML
18 lines
442 B
YAML
|
name: Bluesky
|
||
|
on:
|
||
|
release:
|
||
|
types: [published]
|
||
|
workflow_dispatch:
|
||
|
|
||
|
jobs:
|
||
|
bluesky:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- name: Publish
|
||
|
uses: JanDeDobbeleer/bluesky-releasenotes-action@main
|
||
|
with:
|
||
|
title: "The best release yet 🚀"
|
||
|
bluesky-identifier: ${{ secrets.BLUESKY_IDENTIFIER }}
|
||
|
bluesky-password: ${{ secrets.BLUESKY_PASSWORD }}
|
||
|
github-token: ${{ secrets.GH_PAT }}
|