mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 07:25:38 +00:00
Workflow: passing secret key to Rekku
This commit is contained in:
parent
fedef0c3eb
commit
bb083e6f8a
2
.github/workflows/build_release.yml
vendored
2
.github/workflows/build_release.yml
vendored
|
@ -30,6 +30,8 @@ jobs:
|
|||
# Generate Rekku Token Job
|
||||
Generate-Rekku-Token:
|
||||
uses: RetroDECK/components-template/.github/workflows/generate_rekku_token.yml@main
|
||||
secrets:
|
||||
REKKU_PRIVATE_KEY: ${{ secrets.REKKU_PRIVATE_KEY }}
|
||||
|
||||
# Build RetroDECK Job
|
||||
Build_RetroDECK:
|
||||
|
|
Loading…
Reference in a new issue