Skip to content

Commit

Permalink
Merge branch 'update-docker-for-201' of github.com:bcgov/pipeline-tem…
Browse files Browse the repository at this point in the history
…plates into update-docker-for-201
  • Loading branch information
w8896699 committed Mar 19, 2024
2 parents 6122d00 + 4475bd8 commit 984bace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tekton/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ask-for-env(){
done
echo "Login successed!"
read -p 'Your Github Personal Access Token(required): ' GITHUB_PAT
export GITHUB_PAT=$GITHUB_PAT
export GITHUB_PAT=$GITHUB_PAT
sed -i "s/github-pat-token=/github-pat-token=$GITHUB_PAT/g" ./overlays/secrets/secrets.ini

read -p 'Your sonar Token(not mandatory): ' SONAR_TOKEN
Expand Down

0 comments on commit 984bace

Please sign in to comment.