Skip to content

Commit 01184bc

Browse files
author
Michael Henderson
committed
add post-release workflow
1 parent 709bde1 commit 01184bc

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "Keyfactor Post Release Workflow",
3+
"description": "This template contains a workflow that manages calls to other build and release workflows performing post-release steps.",
4+
"iconName": "example-icon",
5+
"categories": [
6+
"C#", "Go"
7+
]
8+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Keyfactor Post Release Cleanup Workflow
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
call-starter-workflow:
8+
uses: keyfactor/actions/.github/workflows/kf-post-release.yml@v2
9+
secrets:
10+
token: ${{ secrets.V2BUILDTOKEN}}
11+
APPROVE_README_PUSH: ${{ secrets.APPROVE_README_PUSH}}
12+

0 commit comments

Comments
 (0)