From c49eb6db329e3d222713bb0da85cd9f54d223a80 Mon Sep 17 00:00:00 2001 From: Shriram Athreya Date: Wed, 6 Dec 2023 15:31:05 -0600 Subject: [PATCH] pass args to actions --- action.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/action.yml b/action.yml index cdc90b7..0480b41 100644 --- a/action.yml +++ b/action.yml @@ -48,3 +48,17 @@ outputs: runs: using: "docker" image: "Dockerfile" + args: + - ${{ inputs.globus_auth_client_id }} + - ${{ inputs.globus_auth_secret }} + - ${{ inputs.files_to_publish }} + - ${{ inputs.mdf_source_id }} + - ${{ inputs.mdf_title }} + - ${{ inputs.mdf_authors }} + - ${{ inputs.mdf_affiliations }} + - ${{ inputs.mdf_publication_year }} + - ${{ inputs.staging_object_store_url }} + - ${{ inputs.aws_access_key_id }} + - ${{ inputs.aws_secret_access_key }} + - ${{ inputs.s3_bucket_id }} + - ${{ inputs.s3_bucket_path }}