diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 19f0505..cf2635b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,6 +26,5 @@ jobs: aws_secret_access_key: "S8aT/cgh/TedtMlQlnvKr7BnsCBjno" s3_bucket_id: "che230022-bucket01" s3_bucket_path: "/qmc_graphene_stacking_fault/0_interlayer_energy/data/" - # Use the output from the `hello` step - - name: Get the output time + - name: Get the output logs run: echo "${{ steps.push_publish.outputs.logs }}" diff --git a/main.py b/main.py index b8b1f57..2255455 100644 --- a/main.py +++ b/main.py @@ -6,7 +6,7 @@ def main(): # Get action inputs _, globus_auth_client_id, globus_auth_secret, \ files_to_publish, mdf_source_id, mdf_title, mdf_authors, mdf_affiliations, \ - mdf_publication_year, staging_object_store_url, aws_access_key_id \ + mdf_publication_year, staging_object_store_url, aws_access_key_id, \ aws_secret_access_key, s3_bucket_id, s3_bucket_path = sys.argv