Unverified Commit 149d3031 authored by Álvaro Rausell Guiard's avatar Álvaro Rausell Guiard Committed by GitHub

Revert "Use `secrets.GITHUB_TOKEN` instead of `PAT` for docs generation (#1377)" (#1378)

This reverts commit 1c80e535.
parent 1c80e535
......@@ -25,7 +25,7 @@ jobs:
- name: Create a PR for Documentation
id: push_image_info
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}
run: |
set -e
echo "Start."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment