mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-23 05:34:27 -04:00
Re-add build-cli workflow
This commit is contained in:
parent
f16e4bd5f9
commit
cdcbed6ff9
1 changed files with 19 additions and 0 deletions
19
.github/workflows/build-cli.yml
vendored
Normal file
19
.github/workflows/build-cli.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: Build CLI and prepare release
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-cli:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
id: checkout
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
|
||||
|
||||
- name: Build cli
|
||||
uses: ./.github/actions/build_cli
|
||||
with:
|
||||
cosignPublicKey: ${{ secrets.COSIGN_PUBLIC_KEY }}
|
||||
cosignPrivateKey: ${{ secrets.COSIGN_PRIVATE_KEY }}
|
||||
cosignPassword: ${{ secrets.COSIGN_PASSWORD }}
|
Loading…
Add table
Add a link
Reference in a new issue