Skip to content

Commit e38b1da

Browse files
committed
fix(ci): use CONTRIBUTORS_TOKEN for bluesky workflow push
1 parent cb7ef96 commit e38b1da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bluesky-new-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Checkout blog repo
6969
uses: actions/checkout@v4
7070
with:
71-
token: ${{ secrets.GITHUB_TOKEN }}
71+
token: ${{ secrets.CONTRIBUTORS_TOKEN }}
7272

7373
- name: Find and update blog post
7474
run: |

.github/workflows/throwback-thursday.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
rss_url: 'https://www.codingwithcalvin.net/rss.xml'
1515
history_variable_name: 'THROWBACK_HISTORY'
1616
secrets:
17-
HISTORY_TOKEN: ${{ secrets.HISTORY_PAT }}
17+
HISTORY_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}
1818

1919
post-bluesky:
2020
needs: select

0 commit comments

Comments
 (0)