Ver código fonte

change token type

Shahed Nasser 1 ano atrás
pai
commit
394c40c720
1 arquivos alterados com 1 adições e 1 exclusões
  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
         uses: peter-evans/create-pull-request@v5
         env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+          GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
         with:
           title: "chore(feat/v2-ci): updated preview dependencies"
           body: "This PR updates preview dependencies to the latest versions."