This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
coryd.dev-eleventy/.github/workflows/blog-posts-to-linkedin.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 17: cannot unmarshal !!map into string
2023-09-05 15:18:25 -07:00

18 lines
No EOL
541 B
YAML

name: Scheduled blog posts to Linkedin
on:
workflow_dispatch:
schedule:
- cron: '0 */2 * * *'
jobs:
linkedin_rss_job:
runs-on: ubuntu-latest
name: Post Latest RSS Post to Linkedin
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Get Latest Post / Post On Linkedin
uses: Arisamiga/Linkedin-RSS@master
with:
feed_list: https://coryd.dev/feeds/posts
ln_access_token: {{ secrets.LI_TOKEN }}
embed_image: https://coryd.dev/assets/img/social-card.jpg