Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/linkedin-marketing-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Linkedin Marketing Workflow

on:
schedule:
# Make it run every day at 12:00
- cron: '0 12 * * *'
workflow_dispatch:
jobs:
linkedin-marketing-workflow:
name: Does a linked in post using your rss feed
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: p4p1/linkedin-marketing-workflow@main
with:
# Replace with your rss feed link
rss_feed: "https://acjanus.com/feed.xml"
LINKEDIN_SECRET: ${{secrets.LINKEDIN_MARKETING_WORKFLOW_SECRET}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}