Skip to content

Commit 4b1ea4d

Browse files
committed
add release_project property; use v3 starter.yml
1 parent b420c94 commit 4b1ea4d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/keyfactor-bootstrap-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@v2
14+
uses: keyfactor/actions/.github/workflows/starter.yml@v3
1515
secrets:
1616
token: ${{ secrets.V2BUILDTOKEN}}
1717
APPROVE_README_PUSH: ${{ secrets.APPROVE_README_PUSH}}

integration-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"$schema": "https://keyfactor.github.io/v2/integration-manifest-schema.json",
33
"name": "Acme AnyCA REST plugin",
4-
"release_dir": "AcmeCaPlugin/bin/Release/net6.0",
4+
"release_dir": "AcmeCaPlugin/bin/Release",
5+
"release_project": "AcmeCaPlugin/AcmeCaPlugin.csproj",
56
"description": "Enrollment Only AnyCA Gateway REST plugin that works with multiple ACME Providers and DNS Providers",
67
"status": "production",
78
"integration_type": "anyca-plugin",

0 commit comments

Comments
 (0)