Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jackw committed Oct 10, 2024
1 parent 018d403 commit 00d29e4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/create-plugin-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@ name: Check and Update Create Plugin configs
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

# necessary to create pull requests
permissions:
contents: write
pull-requests: write
- 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 }}

0 comments on commit 00d29e4

Please sign in to comment.