Skip to content

Commit

Permalink
FIX: Remove environment print for security (#55)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
matthewfeickert authored Jan 24, 2024
1 parent b579d79 commit 6e9304f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ micromamba activate upload-nightly-action
# trim trailing slashes from $INPUT_ARTIFACTS_PATH
INPUT_ARTIFACTS_PATH="${INPUT_ARTIFACTS_PATH%/}"

# debug, print env
env

# upload wheels
echo "Uploading wheels to anaconda.org..."

Expand Down

0 comments on commit 6e9304f

Please sign in to comment.