Skip to content

feat(clickhouse-operator): watch all namespaces #193

feat(clickhouse-operator): watch all namespaces

feat(clickhouse-operator): watch all namespaces #193

Workflow file for this run

name: Scout index
on:
workflow_dispatch:
push:
branches:
- main
jobs:
scout-index:
runs-on: ubuntu-latest
permissions:
packages: read
pull-requests: write
contents: write
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: glasskube/scout/actions/setup@7737a7d0eeac617042ee38330ddf4a38cbb616fd # v0.3.4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: scout index
- name: Create or update pull request
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
with:
token: ${{ secrets.GLASSKUBE_BOT_SECRET }}
committer: "glasskube-bot <[email protected]>"
author: "glasskube-bot <[email protected]>"
signoff: true
branch: "bot/package-index-update"
commit-message: "chore: update packages/index.yaml"
title: "chore: update packages/index.yaml"
body: |
:robot: Automated PR
---
Merge this PR to update `packages/index.yaml`.