fix: Fix github token clone

This commit is contained in:
Timo Reymann
2024-08-22 18:16:46 +02:00
parent 82cecf89b8
commit 2d2c46efc5
+1 -1
View File
@@ -12,7 +12,7 @@ echo "Created folder $tmp_folder ..."
cd "${tmp_folder}"
echo "Clone gh-pages branch ..."
git clone https://github.com/timo-reymann/bash-tui-toolkit.git --branch gh-pages "${tmp_folder}"
git clone https://token:${GITHUB_TOKEN}@github.com/timo-reymann/bash-tui-toolkit.git --branch gh-pages "${tmp_folder}"
echo "Create folder for version ..."
mkdir -p "${release_tag}"