Skip to content

Commit 911ec8e

Browse files
committed
chore(build): declare as api-client, use dev-3.3 starter-workflow
1 parent a0b5e13 commit 911ec8e

2 files changed

Lines changed: 4 additions & 12 deletions

File tree

.github/workflows/keyfactor-starter-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
call-starter-workflow:
14-
uses: keyfactor/actions/.github/workflows/starter.yml@v3.1.2
14+
uses: keyfactor/actions/.github/workflows/starter.yml@dev-3.3
1515
secrets:
1616
token: ${{ secrets.V2BUILDTOKEN}}
1717
APPROVE_README_PUSH: ${{ secrets.APPROVE_README_PUSH}}

integration-manifest.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
11
{
2-
"$schema": "https://keyfactor.github.io/integration-manifest-schema.json",
3-
"integration_type": "orchestrator",
2+
"$schema": "https://keyfactor.github.io/v2/integration-manifest-schema.json",
3+
"integration_type": "api-client",
44
"name": "Sectigo Metadata Sync",
55
"status": "production",
66
"description": "Sectigo Metadata Sync Application",
77
"link_github": false,
88
"update_catalog": false,
99
"support_level": "kf-community",
1010
"release_project": "sectigo-metadata-sync/SectigoMetadataSync.csproj",
11-
"release_dir": "sectigo-metadata-sync/bin/Release",
12-
"about": {
13-
"orchestrator": {
14-
"keyfactor_platform_version": "N/A",
15-
"UOFramework": "N/A",
16-
"pam_support": false,
17-
"store_types": []
18-
}
19-
}
11+
"release_dir": "sectigo-metadata-sync/bin/Release"
2012
}

0 commit comments

Comments
 (0)