mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
WORKFLOW: Added Artifacts access to Rekku
This commit is contained in:
parent
e5087d98ef
commit
c75f9d325d
2
.github/workflows/build_retrodeck.yml
vendored
2
.github/workflows/build_retrodeck.yml
vendored
|
@ -318,7 +318,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
app-id: ${{ vars.REKKU_APP_ID }}
|
app-id: ${{ vars.REKKU_APP_ID }}
|
||||||
private-key: ${{ secrets.REKKU_PRIVATE_KEY }}
|
private-key: ${{ secrets.REKKU_PRIVATE_KEY }}
|
||||||
repositories: "RetroDECK,Cooker"
|
repositories: "RetroDECK,Cooker,Artifacts"
|
||||||
owner: "RetroDECK"
|
owner: "RetroDECK"
|
||||||
|
|
||||||
- name: Download all workflow run artifacts
|
- name: Download all workflow run artifacts
|
||||||
|
|
Loading…
Reference in a new issue