Skip to content

Commit 3528290

Browse files
author
Michael Henderson
committed
add APPROVE_README_PUSH secret
1 parent 3ea7fb4 commit 3528290

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

workflow-templates/keyfactor-bootstrap-workflow.properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"description": "This template contains a boostrap workflow that manages calls to other build and release workflows for most scenarios.",
44
"iconName": "example-icon",
55
"categories": [
6-
"C#"
6+
"C#", "Go"
77
]
88
}

workflow-templates/keyfactor-bootstrap-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
uses: keyfactor/actions/.github/workflows/starter.yml@v2
1212
secrets:
1313
token: ${{ secrets.V2BUILDTOKEN}}
14-
14+
APPROVE_README_PUSH: ${{ secrets.APPROVE_README_PUSH}}
1515

0 commit comments

Comments
 (0)