Skip to content

Commit 7f8cba5

Browse files
authored
Create keyfactor-bootstrap-workflow.yml
1 parent bfb07be commit 7f8cba5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Keyfactor Bootstrap Workflow
2+
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
types: [opened, closed, synchronize]
7+
push:
8+
9+
jobs:
10+
call-starter-workflow:
11+
uses: keyfactor/actions/.github/workflows/starter.yml@v2
12+
secrets:
13+
token: ${{ secrets.V2BUILDTOKEN}}
14+
15+

0 commit comments

Comments
 (0)