Unverified Commit 1c80e535 authored by Álvaro Rausell Guiard's avatar Álvaro Rausell Guiard Committed by GitHub

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
parent 54093041
...@@ -25,7 +25,7 @@ jobs: ...@@ -25,7 +25,7 @@ jobs:
- name: Create a PR for Documentation - name: Create a PR for Documentation
id: push_image_info id: push_image_info
env: env:
GITHUB_TOKEN: ${{ secrets.PAT }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: | run: |
set -e set -e
echo "Start." 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