We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3e36f commit 97e393dCopy full SHA for 97e393d
.github/workflows/postBlueSky.yml
@@ -30,6 +30,13 @@ jobs:
30
if: github.event_name == 'pull_request' && github.event.pull_request.merged == true
31
runs-on: ubuntu-latest
32
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
40
- name: Post Merged PR to BlueSky
41
uses: myConsciousness/bluesky-post@v5
42
with:
0 commit comments