Skip to content

Commit 8c50c1b

Browse files
committed
workflow update
1 parent 6a844b0 commit 8c50c1b

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ 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@v4
1515
secrets:
16-
token: ${{ secrets.V2BUILDTOKEN}}
17-
APPROVE_README_PUSH: ${{ secrets.APPROVE_README_PUSH}}
18-
gpg_key: ${{ secrets.KF_GPG_PRIVATE_KEY }}
19-
gpg_pass: ${{ secrets.KF_GPG_PASSPHRASE }}
16+
token: ${{ secrets.SAST_TOKEN}}

digicert-certcentral-caplugin.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
99
ProjectSection(SolutionItems) = preProject
1010
CHANGELOG.md = CHANGELOG.md
1111
integration-manifest.json = integration-manifest.json
12+
.github\workflows\keyfactor-bootstrap-workflow.yml = .github\workflows\keyfactor-bootstrap-workflow.yml
1213
readme_source.md = readme_source.md
1314
EndProjectSection
1415
EndProject

integration-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://keyfactor.github.io/integration-manifest-schema.json",
2+
"$schema": "https://keyfactor.github.io/v2/integration-manifest-schema.json",
33
"integration_type": "anyca-plugin",
44
"name": "DigiCert CertCentral AnyCA REST Gateway Plugin",
55
"status": "production",

0 commit comments

Comments
 (0)