mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-12-04 13:03:27 +00:00
Explicitly declare some secrets
This commit is contained in:
parent
39b86fbe20
commit
f26fe63bb0
9
.github/workflows/build.yaml
vendored
9
.github/workflows/build.yaml
vendored
@ -1,6 +1,15 @@
|
||||
name: Build (Internal)
|
||||
on:
|
||||
workflow_call:
|
||||
secrets:
|
||||
TESTFILE_REPO_TOKEN:
|
||||
required: true
|
||||
TESTFILE_REPO:
|
||||
required: true
|
||||
DSI_NAND_ARCHIVE:
|
||||
required: true
|
||||
DSI_NAND:
|
||||
required: true
|
||||
inputs:
|
||||
cmake-args:
|
||||
description: Additional arguments to pass to CMake.
|
||||
|
Loading…
Reference in New Issue
Block a user