Skip to content

πŸš€ Spread ze notes! #7

πŸš€ Spread ze notes!

πŸš€ Spread ze notes! #7

Workflow file for this run

on: workflow_dispatch
name: πŸš€ Spread ze notes!
jobs:
web-deploy:
name: πŸŽ‰ Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v4
- name: πŸ“‚ Sync files
uses: timseverien/[email protected]
with:
feedType: jsonfeed
feedUrl: https://www.erikkroes.nl/notes/feed.json
# Optional: format the message - allows you to add prefixes and suffixes
# contentFormat: '{{content}} {{url}}'
# Optional: change the cache directory used to track what’s published
# cacheDirectory: .cache/syndicate-notes
# Integration details
# These are all optional β€” omit the integrations you don’t want to publish to
discordWebhookId: ${{ secrets.discordWebhookId }}
discordWebhookToken: ${{ secrets.discordWebhookToken }}
mastodonInstance: 'https://mastodon.social'
mastodonAccessToken: ${{ secrets.mastodonAccessToken }}
# Required to persist cache
- name: Commit and push
uses: stefanzweifel/git-auto-commit-action@v4