Skip to content

sync-plugins

sync-plugins #137

Workflow file for this run

name: "sync-plugins"
on:
schedule:
- cron: '0 2 * * *'
jobs:
syncPlugins:
runs-on: ubuntu-latest
steps:
- name: Sync plugins 📦
uses: JamesIves/fetch-api-data-action@v2
with:
endpoint: https://dotfyle.com/api/sync/plugins
configuration: '{ "method": "GET", "headers": {"Authorization": "${{ secrets.INTERNAL_API_TOKEN }}"} }'
retry: true