Skip to content

Commit 4ff5c68

Browse files
Use GITHUB_TOKEN intead of PAT
1 parent 5409304 commit 4ff5c68

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.PAT }}
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
run: |
3030
set -e
3131
echo "Start."

0 commit comments

Comments
 (0)