Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
spbsoluble committed Dec 7, 2023
1 parent bb33d08 commit ff5f936
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/starter-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Keyfactor Bootstrap Workflow

on:
workflow_run:
workflows:
- "Check and Update Package Version"
types:
- completed

jobs:
call-starter-workflow:
uses: keyfactor/actions/.github/workflows/starter.yml@v2
secrets:
token: ${{ secrets.V2BUILDTOKEN}}
APPROVE_README_PUSH: ${{ secrets.APPROVE_README_PUSH}}
gpg_key: ${{ secrets.KF_GPG_PRIVATE_KEY }}
gpg_pass: ${{ secrets.KF_GPG_PASSPHRASE }}

0 comments on commit ff5f936

Please sign in to comment.