Skip to content

Commit

Permalink
Workflow update (#23)
Browse files Browse the repository at this point in the history
* Revert previous PR/build failure due to workflow updates downstream
* Update to bootstrap with manifest changes
  • Loading branch information
fiddlermikey authored Jul 9, 2024
1 parent d089909 commit 52c0d04
Show file tree
Hide file tree
Showing 87 changed files with 4,492 additions and 4,304 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 }}
42 changes: 0 additions & 42 deletions .github/workflows/keyfactor-starter-workflow.yml

This file was deleted.

Loading

0 comments on commit 52c0d04

Please sign in to comment.