Skip to content

Commit

Permalink
fix: prevent printing of tokens to stdout
Browse files Browse the repository at this point in the history
    [tag/2.319.1]
  • Loading branch information
IreshMM committed Sep 23, 2024
1 parent 1a2ccb3 commit ffe6de8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
source /utils.sh

export RUNNER_TOKEN=$(get_registration_token)
echo "Runner token: ${RUNNER_TOKEN}"
export OWNER_URL=$(get_owner_url)
echo "Owner URL: ${OWNER_URL}"

./config.sh \
--name "$(hostname)" \
Expand Down

0 comments on commit ffe6de8

Please sign in to comment.