Skip to content

Commit

Permalink
pass args to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shriram192 committed Dec 6, 2023
1 parent 17d74b9 commit c49eb6d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit c49eb6d

Please sign in to comment.