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 f4deccd commit 1c7b6e8Copy full SHA for 1c7b6e8
.github/workflows/docs-preview-create.yml
@@ -9,6 +9,8 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
12
+ with:
13
+ token: ${{ github.GH_TOKEN }}
14
- uses: pnpm/action-setup@v4
15
- uses: actions/setup-node@v4
16
with:
0 commit comments