Skip to content

Commit 6e9304f

Browse files
FIX: Remove environment print for security (#55)
* As 'env' prints the entire environment this is a route to accidentally leak secrets into public logs. While GitHub properly screens secrets it would be better to not provide a chance for something to go wrong.
1 parent b579d79 commit 6e9304f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

cmd.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ micromamba activate upload-nightly-action
6767
# trim trailing slashes from $INPUT_ARTIFACTS_PATH
6868
INPUT_ARTIFACTS_PATH="${INPUT_ARTIFACTS_PATH%/}"
6969

70-
# debug, print env
71-
env
72-
7370
# upload wheels
7471
echo "Uploading wheels to anaconda.org..."
7572

0 commit comments

Comments
 (0)