Skip to content

Commit 14d55f0

Browse files
committed
ci: replace custom build workflows with Keyfactor starter workflow
1 parent 8768e1f commit 14d55f0

4 files changed

Lines changed: 27 additions & 153 deletions

File tree

.github/workflows/dotnet-ci.yml

Lines changed: 0 additions & 77 deletions
This file was deleted.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Keyfactor Bootstrap 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@v4
15+
with:
16+
command_token_url: ${{ vars.COMMAND_TOKEN_URL }}
17+
command_hostname: ${{ vars.COMMAND_HOSTNAME }}
18+
command_base_api_path: ${{ vars.COMMAND_API_PATH }}
19+
secrets:
20+
token: ${{ secrets.V2BUILDTOKEN }}
21+
gpg_key: ${{ secrets.KF_GPG_PRIVATE_KEY }}
22+
gpg_pass: ${{ secrets.KF_GPG_PASSPHRASE }}
23+
scan_token: ${{ secrets.SAST_TOKEN }}
24+
entra_username: ${{ secrets.DOCTOOL_ENTRA_USERNAME }}
25+
entra_password: ${{ secrets.DOCTOOL_ENTRA_PASSWD }}
26+
command_client_id: ${{ secrets.COMMAND_CLIENT_ID }}
27+
command_client_secret: ${{ secrets.COMMAND_CLIENT_SECRET }}

.github/workflows/prerelease.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

.github/workflows/release-please.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)