Skip to content

Commit b5efeae

Browse files
Add Keyfactor Release Workflow configuration
1 parent ee5ed2f commit b5efeae

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Keyfactor Release Workflow
2+
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
types: [opened, closed, synchronize, edited, reopened]
7+
push:
8+
create:
9+
branches:
10+
- 'release-*.*'
11+
12+
jobs:
13+
call-starter-workflow:
14+
uses: keyfactor/actions/.github/workflows/starter.yml@v5
15+
secrets:
16+
token: ${{ secrets.V2BUILDTOKEN}} # REQUIRED
17+
gpg_key: ${{ secrets.KF_GPG_PRIVATE_KEY }} # Only required for golang builds
18+
gpg_pass: ${{ secrets.KF_GPG_PASSPHRASE }} # Only required for golang builds
19+
scan_token: ${{ secrets.SAST_TOKEN }} # REQUIRED

0 commit comments

Comments
 (0)