瀏覽代碼

fixing CI ep.2

erenJag 5 年之前
父節點
當前提交
0ea3ba897c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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_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}