@@ -31,14 +31,14 @@ jobs:
31
31
runs-on : ubuntu-latest
32
32
steps :
33
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: ${{ 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 }}
42
42
43
43
- name : Post Merged PR to BlueSky
44
44
uses : myConsciousness/bluesky-post@v5
47
47
text : ${{ format('{0} by {1}', github.event.pull_request.title, github.event.pull_request.user.login) }}
48
48
# Use the PR's HTML URL for the link preview
49
49
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
52
52
env :
53
53
BSKY_IDENTIFIER : ${{ secrets.BSKY_IDENTIFIER }}
54
54
BSKY_PASSWORD : ${{ secrets.BSKY_PASSWORD }}
0 commit comments