We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739048e commit c664941Copy full SHA for c664941
2 files changed
.github/workflows/bluesky-new-post.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Checkout blog repo
69
uses: actions/checkout@v4
70
with:
71
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.CONTRIBUTORS_TOKEN }}
72
73
- name: Find and update blog post
74
run: |
.github/workflows/throwback-thursday.yml
@@ -12,6 +12,9 @@ jobs:
12
uses: CodingWithCalvin/.github/.github/workflows/random-blog-post-from-rss.yml@main
13
14
rss_url: 'https://www.codingwithcalvin.net/rss.xml'
15
+ history_variable_name: 'THROWBACK_HISTORY'
16
+ secrets:
17
+ HISTORY_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }}
18
19
post-bluesky:
20
needs: select
0 commit comments