Browse Source

fixing CI ep.2

erenJag 5 years ago
parent
commit
0ea3ba897c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/deploy_doc.yml

+ 1 - 1
.github/workflows/deploy_doc.yml

@@ -26,7 +26,7 @@ jobs:
           #GH_NAME: ${{ secrets.GH_NAME }}
           #GH_NAME: ${{ secrets.GH_NAME }}
           #GH_EMAIL: ${{ secrets.GH_EMAIL }}
           #GH_EMAIL: ${{ secrets.GH_EMAIL }}
         run: |
         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.name "${GH_NAME}"
           #git config --global user.email "${GH_EMAIL}"
           #git config --global user.email "${GH_EMAIL}"
           git remote set-url origin ${REMOTE}
           git remote set-url origin ${REMOTE}