浏览代码

change token type

Shahed Nasser 1 年之前
父节点
当前提交
394c40c720
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/update-preview-deps-ci.yml

+ 1 - 1
.github/workflows/update-preview-deps-ci.yml

@@ -58,7 +58,7 @@ jobs:
       - name: Open PR with changes
       - name: Open PR with changes
         uses: peter-evans/create-pull-request@v5
         uses: peter-evans/create-pull-request@v5
         env:
         env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+          GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
         with:
         with:
           title: "chore(feat/v2-ci): updated preview dependencies"
           title: "chore(feat/v2-ci): updated preview dependencies"
           body: "This PR updates preview dependencies to the latest versions."
           body: "This PR updates preview dependencies to the latest versions."