Update start.sh

This commit is contained in:
Adam Dobrawy
2019-08-24 13:38:52 +02:00
parent af9fa9e17f
commit 7f77d44deb
2 changed files with 2 additions and 2 deletions

View File

@@ -2,5 +2,5 @@
set -eux
echo "Push to branch ${INPUT_BRANCH}";
header=$(echo -n "ad-m:${INPUT_REPO-TOKEN}" | base64)
header=$(echo -n "ad-m:${INPUT_GITHUB_TOKEN}" | base64)
git -c http.extraheader="AUTHORIZATION: basic $header" push origin refs/remotes/origin/master:master;