瀏覽代碼

update PAT token name

Signed-off-by: Guillaume Lours <[email protected]>
Guillaume Lours 3 年之前
父節點
當前提交
963e2e8757
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/dispatch-release.yml

+ 1 - 1
.github/workflows/dispatch-release.yml

@@ -9,7 +9,7 @@ jobs:
     steps:
       - uses: actions/github-script@v6
         with:
-          github-token: ${{ secrets.PAT_TOKEN }}
+          github-token: ${{ secrets.PAT_DOC_TOKEN }}
           script: |
             await github.rest.actions.createWorkflowDispatch({
               owner: 'docker',