chore(deps): update medyagh/setup-minikube action to v0.0.19 (#591) #272
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Scout index | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
concurrency: | |
group: scout-index | |
cancel-in-progress: true | |
jobs: | |
scout-index: | |
runs-on: ubuntu-latest | |
permissions: | |
packages: read | |
pull-requests: write | |
contents: write | |
steps: | |
- name: Checkout | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | |
- uses: glasskube/scout/actions/setup@a46cfc5307c027fbe6b3624c9fa4e0c1dfa86fba # v0.3.5 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
- run: scout index | |
- name: Create or update pull request | |
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7 | |
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`. |