Files
grafana-zabbix/.github/workflows/update-create-plugin.yml
2025-09-15 20:12:15 +02:00

17 lines
297 B
YAML

name: Create Plugin Update
on:
workflow_dispatch:
schedule:
- cron: '0 0 1 * *' # run once a month on the 1st day
permissions:
contents: write
pull-requests: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: grafana/plugin-actions/create-plugin-update@main