mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-18 04:15:40 +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 Job
|
||||||
Generate-Rekku-Token:
|
Generate-Rekku-Token:
|
||||||
uses: RetroDECK/components-template/.github/workflows/generate_rekku_token.yml@main
|
uses: RetroDECK/components-template/.github/workflows/generate_rekku_token.yml@main
|
||||||
|
secrets:
|
||||||
|
REKKU_PRIVATE_KEY: ${{ secrets.REKKU_PRIVATE_KEY }}
|
||||||
|
|
||||||
# Build RetroDECK Job
|
# Build RetroDECK Job
|
||||||
Build_RetroDECK:
|
Build_RetroDECK:
|
||||||
|
|
Loading…
Reference in a new issue