Skip to content

Commit 717723e

Browse files
authored
chore: remove LinkedIn posting from workflows (#48)
1 parent 60fca3a commit 717723e

2 files changed

Lines changed: 0 additions & 77 deletions

File tree

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

Lines changed: 0 additions & 60 deletions
This file was deleted.

.github/workflows/throwback-thursday.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,3 @@ jobs:
3434
BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }}
3535
BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }}
3636

37-
post-linkedin:
38-
needs: select
39-
if: needs.select.outputs.has_post == 'true'
40-
uses: CodingWithCalvin/.github/.github/workflows/linkedin-post.yml@main
41-
with:
42-
post_text: |
43-
Throwback! Originally posted ${{ needs.select.outputs.post_date }}
44-
45-
${{ needs.select.outputs.post_title }}
46-
47-
${{ needs.select.outputs.post_hashtags }} #ThrowbackThursday
48-
article_url: ${{ needs.select.outputs.post_url }}
49-
article_title: ${{ needs.select.outputs.post_title }}
50-
article_description: ${{ needs.select.outputs.post_description }}
51-
secrets:
52-
LINKEDIN_ACCESS_TOKEN: ${{ secrets.LINKEDIN_ACCESS_TOKEN }}
53-
LINKEDIN_CLIENT_ID: ${{ secrets.LINKEDIN_CLIENT_ID }}

0 commit comments

Comments
 (0)