瀏覽代碼

change token type

Shahed Nasser 1 年之前
父節點
當前提交
89dda9aef9
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/workflows/update-preview-deps-ci.yml
  2. 1 1
      .github/workflows/update-preview-deps.yml

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

@@ -62,6 +62,6 @@ jobs:
           body: "This PR updates preview dependencies to the latest versions."
           branch: "chore/update-preview"
           branch-suffix: "timestamp"
-          token: ${{ secrets.PAT_TOKEN }}
+          token: ${{ secrets.GITHUB_TOKEN }}
           base: "feat/v2-ci"
           add-paths: yarn.lock

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

@@ -62,6 +62,6 @@ jobs:
           body: "This PR updates preview dependencies to the latest versions."
           branch: "chore/update-preview"
           branch-suffix: "timestamp"
-          token: ${{ secrets.PAT_TOKEN }}
+          token: ${{ secrets.GITHUB_TOKEN }}
           base: "feat/v2"
           add-paths: yarn.lock