@@ -31,14 +31,14 @@ jobs:
3131 runs-on : ubuntu-latest
3232 steps :
3333
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: ${{ BSKY_IDENTIFIER != '' }}"
38- echo "BSKY_PASSWORD is set: ${{ BSKY_PASSWORD != '' }}"
39- env :
40- BSKY_IDENTIFIER : ${{ secrets.BSKY_IDENTIFIER }}
41- BSKY_PASSWORD : ${{ secrets.BSKY_PASSWORD }}
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: ${{ BSKY_IDENTIFIER != '' }}"
38+ # echo "BSKY_PASSWORD is set: ${{ BSKY_PASSWORD != '' }}"
39+ # env:
40+ # BSKY_IDENTIFIER: ${{ secrets.BSKY_IDENTIFIER }}
41+ # BSKY_PASSWORD: ${{ secrets.BSKY_PASSWORD }}
4242
4343 - name : Post Merged PR to BlueSky
4444 uses : myConsciousness/bluesky-post@v5
4747 text : ${{ format('{0} by {1}', github.event.pull_request.title, github.event.pull_request.user.login) }}
4848 # Use the PR's HTML URL for the link preview
4949 link-preview-url : ${{ github.event.pull_request.html_url }} # Use html_url, it's more standard
50- identifier : ${{ BSKY_IDENTIFIER }}
51- password : ${{ BSKY_PASSWORD }}
50+ identifier : $BSKY_IDENTIFIER
51+ password : $BSKY_PASSWORD
5252 env :
5353 BSKY_IDENTIFIER : ${{ secrets.BSKY_IDENTIFIER }}
5454 BSKY_PASSWORD : ${{ secrets.BSKY_PASSWORD }}
0 commit comments