Skip to content

Commit 9f9b999

Browse files
Update postBlueSky.yml
1 parent cb8be07 commit 9f9b999

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/postBlueSky.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -47,8 +47,8 @@ jobs:
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

Comments
 (0)