Skip to content

Commit 1c80e53

Browse files
Use secrets.GITHUB_TOKEN instead of PAT for docs generation (#1377)
* Use `GITHUB_TOKEN` intead of PAT * Add custom branch for testing * nothing to see here * Back to normality
1 parent 5409304 commit 1c80e53

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)