Skip to content

Commit 02a6bc5

Browse files
authored
[CI] Fix documentation job (#7046)
1 parent aaea9f8 commit 02a6bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout branch
1616
uses: actions/checkout@v4
1717
with:
18-
token: ${{ secrets.CI_PAT }}
18+
token: ${{ github.token }}
1919
fetch-depth: 0
2020

2121
- name: Clear docs

0 commit comments

Comments
 (0)