Skip to content

Commit 97e393d

Browse files
Update postBlueSky.yml
1 parent df3e36f commit 97e393d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/postBlueSky.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ jobs:
3030
if: github.event_name == 'pull_request' && github.event.pull_request.merged == true
3131
runs-on: ubuntu-latest
3232
steps:
33+
34+
# Add this step before the 'Post Merged PR to BlueSky' step
35+
- name: Debug Secret Availability
36+
run: |
37+
echo "BSKY_IDENTIFIER is set: ${{ secrets.BSKY_IDENTIFIER != '' }}"
38+
echo "BSKY_PASSWORD is set: ${{ secrets.BSKY_PASSWORD != '' }}"
39+
3340
- name: Post Merged PR to BlueSky
3441
uses: myConsciousness/bluesky-post@v5
3542
with:

0 commit comments

Comments
 (0)