瀏覽代碼

created token

Tig Kindel 1 年之前
父節點
當前提交
92cf2a0529
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/api-docs.yml

+ 1 - 1
.github/workflows/api-docs.yml

@@ -51,7 +51,7 @@ jobs:
       if: github.ref_name == 'v2_develop'
       uses: peter-evans/repository-dispatch@v2
       with:
-        token: ${{ secrets.PAT }}
+        token: ${{ secrets.V2DOCS_TOKEN }}
         repository: gui-cs/Terminal.GuiV2Docs
         event-type: v2_develop_push
         client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'