We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083ce26 commit d252ce8Copy full SHA for d252ce8
.github/workflows/main.yml
@@ -83,7 +83,7 @@ jobs:
83
uses: actions/checkout@v4
84
with:
85
submodules: recursive
86
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.PAT_GITHUB }}
87
- name: Setup pnpm
88
uses: pnpm/action-setup@v3
89
- name: Setup Node.js
0 commit comments