Skip to content

Commit 149d303

Browse files
Revert "Use secrets.GITHUB_TOKEN instead of PAT for docs generation (#1377)" (#1378)
This reverts commit 1c80e53.
1 parent 1c80e53 commit 149d303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Create a PR for Documentation
2626
id: push_image_info
2727
env:
28-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
GITHUB_TOKEN: ${{ secrets.PAT }}
2929
run: |
3030
set -e
3131
echo "Start."

0 commit comments

Comments
 (0)