Skip to content

Commit

Permalink
fix replacing token
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrizzio-dotCMS committed Sep 11, 2023
1 parent d2542fd commit 0d95461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/dot-cli/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
cat /github/workspace/README.md


tkn=$1
echo $tkn
tkn="$1"
echo "Safe pass is :: $tkn"

#Replace the safe-pass with the value passed in the docker workflow action
sed -i -e "s/plchldr/$tkn/g" "${DOT_SERVICES_HOME}dot-service.yml"
Expand Down

0 comments on commit 0d95461

Please sign in to comment.