mirror of
https://github.com/immich-app/immich.git
synced 2025-01-12 15:32:36 +02:00
Authenticate
This commit is contained in:
parent
6804e3dc73
commit
3228882fc0
2
.github/workflows/openapi-generator.yml
vendored
2
.github/workflows/openapi-generator.yml
vendored
@ -34,6 +34,6 @@ jobs:
|
||||
git init
|
||||
git add .
|
||||
git commit -m "Update SDK"
|
||||
git remote add origin git@github.com:immich-app/typescript-axios-sdk.git
|
||||
git remote add origin https://immich-app:"${{ secrets.GITHUB_TOKEN }}"@$github.com/immich-app/typescript-axios-sdk.git
|
||||
git pull origin main
|
||||
git push origin main
|
||||
|
Loading…
Reference in New Issue
Block a user