Skip to content

Commit 9adbabb

Browse files
committed
chore(doctool): Migrate to doctool
Signed-off-by: Hayden Roszell <hroszell@gmail.com>
1 parent 651a7ba commit 9adbabb

3 files changed

Lines changed: 6 additions & 207 deletions

File tree

.github/workflows/keyfactor-workflow.yml renamed to .github/workflows/keyfactor-bootstrap-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ on:
1111

1212
jobs:
1313
call-starter-workflow:
14-
uses: keyfactor/actions/.github/workflows/starter.yml@v2
14+
uses: keyfactor/actions/.github/workflows/starter.yml@v3
1515
secrets:
1616
token: ${{ secrets.V2BUILDTOKEN}}
1717
APPROVE_README_PUSH: ${{ secrets.APPROVE_README_PUSH}}
1818
gpg_key: ${{ secrets.KF_GPG_PRIVATE_KEY }}
1919
gpg_pass: ${{ secrets.KF_GPG_PASSPHRASE }}
20-
20+
scan_token: ${{ secrets.SAST_TOKEN }

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@
88
- Support certificate re-issuance (new public/private keys with the same or different domain names)
99
- Certificate revocation
1010
- Request revocation of a previously issued certificate
11+
12+
- 1.1.0
13+
- chore(docs): Upgrade GitHub Actions to use Bootstrap Workflow v3 to support Doctool
14+

readme_source.md

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

0 commit comments

Comments
 (0)