Skip to content

Test Post to Bluesky #3

Test Post to Bluesky

Test Post to Bluesky #3

Workflow file for this run

name: Test Post to Bluesky
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 }}/${{repository}}

Check failure on line 21 in .github/workflows/bsky_test.yml

View workflow run for this annotation

GitHub Actions / Test Post to Bluesky

Invalid workflow file

The workflow is not valid. .github/workflows/bsky_test.yml (Line: 21, Col: 27): Unrecognized named-value: 'repository'. Located at position 1 within expression: repository
identifier: ${{ secrets.BLUESKY_APP_USER }}
password: ${{ secrets.BLUESKY_APP_PASSWORD }}
service: bsky.social
retry-count: 1