mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
Workflow: separating jobs to allow Rekku token to don't expire during the build - fix
This commit is contained in:
parent
b88cb81f82
commit
8f18765ca5
1
.github/workflows/build_release.yml
vendored
1
.github/workflows/build_release.yml
vendored
|
@ -240,6 +240,7 @@ jobs:
|
||||||
|
|
||||||
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
|
||||||
|
needs: Build_RetroDECK
|
||||||
secrets:
|
secrets:
|
||||||
REKKU_PRIVATE_KEY: ${{ secrets.REKKU_PRIVATE_KEY }}
|
REKKU_PRIVATE_KEY: ${{ secrets.REKKU_PRIVATE_KEY }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue