fixing CI ep.2

This commit is contained in:
erenJag 2020-05-15 15:41:09 +02:00
parent 789fb93f0a
commit 0ea3ba897c

View file

@ -26,7 +26,7 @@ jobs:
#GH_NAME: ${{ secrets.GH_NAME }}
#GH_EMAIL: ${{ secrets.GH_EMAIL }}
run: |
REMOTE="https://${GITHUB_TOKEN}@github.com/crowdsecurity/crowdsec"
REMOTE="https://${GH_TOKEN}@github.com/crowdsecurity/crowdsec"
#git config --global user.name "${GH_NAME}"
#git config --global user.email "${GH_EMAIL}"
git remote set-url origin ${REMOTE}