Skip to content

Commit 08bbcd2

Browse files
Add .github/workflows/catalog.yml
1 parent 9e97217 commit 08bbcd2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/catalog.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Catalog
3+
4+
on:
5+
workflow_dispatch:
6+
pull_request:
7+
push:
8+
branches:
9+
- main
10+
11+
permissions:
12+
contents: "read"
13+
packages: "read"
14+
id-token: "write"
15+
16+
jobs:
17+
# docs:
18+
# uses: pantheon-systems/service-catalog/.github/workflows/docs-like-code.yaml@main
19+
catalog-upload:
20+
uses: pantheon-systems/service-catalog/.github/workflows/catalog-upload.yaml@main

0 commit comments

Comments
 (0)