Skip to content

Commit 36c317b

Browse files
committed
mas kscert
1 parent 0f70061 commit 36c317b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.0.7-31-gf8e05d9
2+
_commit: v0.0.7-32-gbd0b25b
33
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
44
description: Copier template for creating Python libraries and executables
55
python_ci_versions:

template/.devcontainer/code-artifact-auth.sh.jinja

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ else
3838
fi
3939

4040
export UV_INDEX_CODE_ARTIFACT_PRIMARY_USERNAME=aws
41+
echo "::add-mask::$UV_INDEX_CODE_ARTIFACT_PRIMARY_PASSWORD" # ensure this doesn't show up in the CI logs
4142
export UV_INDEX_CODE_ARTIFACT_PRIMARY_PASSWORD="$CODEARTIFACT_AUTH_TOKEN"
4243
export UV_INDEX_CODE_ARTIFACT_STAGING_USERNAME=aws
44+
echo "::add-mask::$UV_INDEX_CODE_ARTIFACT_STAGING_PASSWORD" # ensure this doesn't show up in the CI logs
4345
export UV_INDEX_CODE_ARTIFACT_STAGING_PASSWORD="$CODEARTIFACT_AUTH_TOKEN"
4446

4547
fi{% endraw %}{% else %}{% raw %}# Placeholder file not being used by these copier template answers{% endraw %}{% endif %}

0 commit comments

Comments
 (0)