fixing CI ep.2
This commit is contained in:
parent
789fb93f0a
commit
0ea3ba897c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy_doc.yml
vendored
2
.github/workflows/deploy_doc.yml
vendored
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue