Skip to content

Commit 4b1d8e3

Browse files
authored
Dark Kitchen Catalog Setup (#268)
* Dark Kitchen Catalog Setup * add deployment.yaml * Update check-dist.yml Fix workflow action version since v3 is deprecated
1 parent 429929e commit 4b1d8e3

File tree

3 files changed

+36
-1
lines changed

3 files changed

+36
-1
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
id: diff
4747

4848
# If index.js was different than expected, upload the expected version as an artifact
49-
- uses: actions/upload-artifact@v3
49+
- uses: actions/upload-artifact@v4
5050
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
5151
with:
5252
name: dist

.vtex/catalog-info.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Component
3+
metadata:
4+
name: action-toolbelt-login
5+
description: Perform login operations with VTEX Toolbelt using an App Key and Token
6+
tags:
7+
- typescript
8+
annotations:
9+
vtex.com/janus-acronym: ""
10+
vtex.com/o11y-os-index: ""
11+
grafana/dashboard-selector: ""
12+
github.com/project-slug: vtex/action-toolbelt-login
13+
backstage.io/techdocs-ref: dir:../
14+
spec:
15+
lifecycle: stable
16+
owner: apps
17+
type: gh-action
18+
dependsOn:
19+
- component:toolbelt

.vtex/deployment.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
- name: action-toolbelt-login
2+
build:
3+
provider: dkcicd
4+
pipelines:
5+
- name: techdocs-v1
6+
parameters:
7+
entityReference: default/component/action-toolbelt-login
8+
sourceDir: ./
9+
when:
10+
- event: push
11+
source: branch
12+
regex: main
13+
path:
14+
- "docs/**"
15+
- README.md
16+
- .vtex/deployment.yaml

0 commit comments

Comments
 (0)