From 6b42b2beaaffc00f8365af919f5f2a0aae75872f Mon Sep 17 00:00:00 2001 From: FML128 Date: Tue, 21 Jan 2025 11:45:02 +0100 Subject: [PATCH] Update builder/action.yml --- builder/action.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/builder/action.yml b/builder/action.yml index 18afe59..cbbbe4e 100644 --- a/builder/action.yml +++ b/builder/action.yml @@ -30,3 +30,9 @@ runs: uses: docker://git.fml128.ch/fml128/idkyet-builder:2025.01.201125 with: args: build ${{ inputs.layer_config_file }} + env: + INPUT_VERSION: ${{ inputs.version }} + INPUT_OUT_DIR: ${{ inputs.out_dir }} + INPUT_SB_DB_KEY: ${{ inputs.sb_db_key }} + INPUT_SB_DB_PEM: ${{ inputs.sb_db_pem }} + INPUT_API_AUTH_TOKEN: ${{ inputs.api_auth_token }}