From 60b4819eae15e3f2d406fef0c6071f67d8b3ac4f Mon Sep 17 00:00:00 2001 From: odmanagement Date: Fri, 2 Aug 2024 15:52:58 +0200 Subject: [PATCH] Update Workflows --- .github/workflows/Build_and_deploy_website.yml | 0 .github/workflows/Create_release_with_latest_tag.yml | 0 .github/workflows/OpenData_Workfow.yml | 2 +- .github/workflows/Send_metadata_to_Govdata.yml | 0 .github/workflows/Send_metadata_to_nfdi4health.yml | 0 .github/workflows/Sync_OpenData_repo_to_OpenCoDE.yml | 1 - .github/workflows/Update_github_details.yml | 0 7 files changed, 1 insertion(+), 2 deletions(-) mode change 100755 => 100644 .github/workflows/Build_and_deploy_website.yml mode change 100755 => 100644 .github/workflows/Create_release_with_latest_tag.yml mode change 100755 => 100644 .github/workflows/OpenData_Workfow.yml mode change 100755 => 100644 .github/workflows/Send_metadata_to_Govdata.yml mode change 100755 => 100644 .github/workflows/Send_metadata_to_nfdi4health.yml mode change 100755 => 100644 .github/workflows/Sync_OpenData_repo_to_OpenCoDE.yml mode change 100755 => 100644 .github/workflows/Update_github_details.yml diff --git a/.github/workflows/Build_and_deploy_website.yml b/.github/workflows/Build_and_deploy_website.yml old mode 100755 new mode 100644 diff --git a/.github/workflows/Create_release_with_latest_tag.yml b/.github/workflows/Create_release_with_latest_tag.yml old mode 100755 new mode 100644 diff --git a/.github/workflows/OpenData_Workfow.yml b/.github/workflows/OpenData_Workfow.yml old mode 100755 new mode 100644 index 7224b92..26b0f47 --- a/.github/workflows/OpenData_Workfow.yml +++ b/.github/workflows/OpenData_Workfow.yml @@ -19,7 +19,7 @@ jobs: # Push to GovData Repositoy GOVDATA_ACTIVE: true - GOVDATA_DESTINATION_REPO: RKIOpenData/Metadaten_fuer_GovData + GOVDATA_DESTINATION_REPO: robert-koch-institut/Metadaten_fuer_GovData # Push to NFDI4Health NFDI4HEALTH_ACTIVE: true diff --git a/.github/workflows/Send_metadata_to_Govdata.yml b/.github/workflows/Send_metadata_to_Govdata.yml old mode 100755 new mode 100644 diff --git a/.github/workflows/Send_metadata_to_nfdi4health.yml b/.github/workflows/Send_metadata_to_nfdi4health.yml old mode 100755 new mode 100644 diff --git a/.github/workflows/Sync_OpenData_repo_to_OpenCoDE.yml b/.github/workflows/Sync_OpenData_repo_to_OpenCoDE.yml old mode 100755 new mode 100644 index 2588d3c..72af8aa --- a/.github/workflows/Sync_OpenData_repo_to_OpenCoDE.yml +++ b/.github/workflows/Sync_OpenData_repo_to_OpenCoDE.yml @@ -15,5 +15,4 @@ jobs: OPENCODE_TOKEN: ${{ secrets.OPENCODE_TOKEN }} GROUP_ID: 2781 ACCESS_USER: RKIOpenData - # REPO_PATH: The repository name must not start or end with a special character and must not contain consecutive special characters ZENODOJSON_PATH: Metadaten/zenodo.json \ No newline at end of file diff --git a/.github/workflows/Update_github_details.yml b/.github/workflows/Update_github_details.yml old mode 100755 new mode 100644