Skip to content

ci: add action to test package installation [WIP] #3

ci: add action to test package installation [WIP]

ci: add action to test package installation [WIP] #3

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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: glasskube/scout/actions/setup@cfc43f8d93c797de14f72d21343b5ecc771465a4 # v0.3.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: scout index
- name: Create or update pull request
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
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`.