Skip to content

Update RHDH Plugins #242

Update RHDH Plugins

Update RHDH Plugins #242

name: Update RHDH Plugins
on:
schedule:
- cron: "0 2 * * *"
workflow_dispatch:
jobs:
update-plugins:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
packages: read
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
ref: development
- name: Generate GitHub App token
id: app-token
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Update plugins for next__ and bs_ tags
uses: redhat-ai-dev/rhdh-plugin-gitops-updater@34a96e5374365ae3e007d73f6fc26993bccabd2f # v1.0.9
with:
config-path: "charts/rhdh/values.yaml"
github-token: ${{ steps.app-token.outputs.token }}
base-branch: development
tag-prefixes: |
next__
bs_
update-pr-strategy: "separate"
verbose: "1"