Kaynağa Gözat

change token type

Shahed Nasser 1 yıl önce
ebeveyn
işleme
89dda9aef9

+ 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