Skip to content

Commit

Permalink
Update workflow to bootstrap, add missing manifest properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Henderson committed Apr 15, 2024
1 parent c07edad commit 603987a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 69 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 }}
27 changes: 0 additions & 27 deletions .github/workflows/keyfactor-merge-store-types.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/keyfactor-starter-workflow.yml

This file was deleted.

1 change: 1 addition & 0 deletions integration-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"orchestrator": {
"UOFramework": "10.1",
"pam_support": false,
"keyfactor_platform_version": "9.1",
"win": {
"supportsCreateStore": true,
"supportsDiscovery": true,
Expand Down

0 comments on commit 603987a

Please sign in to comment.