Skip to content

Commit d8fa6ad

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

1 file changed

Lines changed: 1 addition & 1 deletion

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: |

0 commit comments

Comments
 (0)