Skip to content

Commit

Permalink
Create bsky_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iluvcapra authored Nov 26, 2024
1 parent a717589 commit ab55cab
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/bsky_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Upload Python Package

on:
workflow_dispatch:

# permissions:
# contents: read
# id-token: write

jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: release
steps:
- name: Send Bluesky Post
uses: myConsciousness/bluesky-post@v5
with:
text: |
This is a test post!
link-preview-url: ${{ github.server_url }}/${{ github.repository }}
identifier: ${{ secrets.BLUESKY_APP_USER }}
password: ${{ secrets.BLUESKY_APP_PASSWORD }}
service: bsky.social
retry-count: 1

0 comments on commit ab55cab

Please sign in to comment.