Explorar o código

change token to PAT

Shahed Nasser hai 1 ano
pai
achega
47b4e45bdc

+ 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.GITHUB_TOKEN }}
+          token: ${{ secrets.PAT_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.GITHUB_TOKEN }}
+          token: ${{ secrets.PAT_TOKEN }}
           base: "feat/v2"
           add-paths: yarn.lock