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