diff --git a/.github/workflows/scripts/nuget_scripts/publish_nuget.py b/.github/workflows/scripts/nuget_scripts/publish_nuget.py index 77bbc3f6..fd13b1cd 100644 --- a/.github/workflows/scripts/nuget_scripts/publish_nuget.py +++ b/.github/workflows/scripts/nuget_scripts/publish_nuget.py @@ -27,7 +27,7 @@ def read_file_to_list(filename): print(f"LIB_PATH: {LIB_PATH}") print(f"NUGET_REGISTRY: {nuget_registry}") -print(f"GITHUB_TOKEN: {'******' if gh_token else None}") +print(f"NUGET_API_KEY: {'******' if nuget_api_key else None}") projects = read_file_to_list('projects.txt') newversions = read_file_to_list('newversions.txt')