mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
better authentification fix
Signed-off-by: Philippe Leprince <philippe@ynput.io>
This commit is contained in:
parent
dc9d65d9b8
commit
5899f484a5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy_mkdocs.yml
vendored
4
.github/workflows/deploy_mkdocs.yml
vendored
|
|
@ -68,8 +68,8 @@ jobs:
|
|||
|
||||
- name: 🔑 Set Authentication
|
||||
run: |
|
||||
git config --global user.name "${{ secrets.user }}"
|
||||
git config --global user.email "${{ secrets.email }}"
|
||||
git config --global user.name "${{ secrets.user || secrets.CI_USER }}"
|
||||
git config --global user.email "${{ secrets.email || secrets.CI_EMAIL }}"
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue