Skip to content

Commit

Permalink
Add .github/workflows/catalog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
namespacebrian committed Oct 11, 2024
1 parent 27c422a commit c292170
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/catalog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Catalog

on:
workflow_dispatch:
pull_request:
push:
branches:
- main

permissions:
contents: "read"
packages: "read"
id-token: "write"

jobs:
# docs:
# uses: pantheon-systems/service-catalog/.github/workflows/docs-like-code.yaml@main
catalog-upload:
uses: pantheon-systems/service-catalog/.github/workflows/catalog-upload.yaml@main

0 comments on commit c292170

Please sign in to comment.