Skip to content

Check and Update Create Plugin configs #152

Check and Update Create Plugin configs

Check and Update Create Plugin configs #152

name: Check and Update Create Plugin configs
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: grafana/plugin-actions/create-plugin-update@jackw/create-plugin-update
with:
token: ${{ secrets.GH_PAT_TOKEN }}