Skip to content

Commit

Permalink
update workflow to bootstrap
Browse files Browse the repository at this point in the history
update to production values in manifest
  • Loading branch information
Michael Henderson committed May 30, 2024
1 parent 24a2761 commit d1b8e47
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 35 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/keyfactor-bootstrap-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Keyfactor Bootstrap Workflow

on:
workflow_dispatch:
pull_request:
types: [opened, closed, synchronize, edited, reopened]
push:
create:
branches:
- 'release-*.*'

jobs:
call-starter-workflow:
uses: keyfactor/actions/.github/workflows/starter.yml@v2
secrets:
token: ${{ secrets.V2BUILDTOKEN}}
APPROVE_README_PUSH: ${{ secrets.APPROVE_README_PUSH}}
gpg_key: ${{ secrets.KF_GPG_PRIVATE_KEY }}
gpg_pass: ${{ secrets.KF_GPG_PASSPHRASE }}
33 changes: 0 additions & 33 deletions .github/workflows/keyfactor-integrations-workflow.yml

This file was deleted.

4 changes: 2 additions & 2 deletions integration-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"$schema": "https://keyfactor.github.io/integration-manifest-schema.json",
"integration_type": "ca-gateway",
"name": "digicert-certcentral-caplugin",
"status": "prototype",
"support_level": "community",
"status": "production",
"support_level": "kf-supported",
"link_github": false,
"update_catalog": false,
"description": "DigiCert CertCentral plugin for the AnyCA REST Gateway framework",
Expand Down

0 comments on commit d1b8e47

Please sign in to comment.