mirror of
https://github.com/immich-app/immich.git
synced 2024-12-25 10:43:13 +02:00
Added github token custom
This commit is contained in:
parent
0e3fb41e73
commit
6355a07dc4
2
.github/workflows/openapi-generator.yml
vendored
2
.github/workflows/openapi-generator.yml
vendored
@ -37,6 +37,6 @@ jobs:
|
||||
git init
|
||||
git add .
|
||||
git commit -m "Update SDK"
|
||||
git remote add origin https://immich-app:"${{ secrets.GITHUB_TOKEN }}"@github.com/immich-app/typescript-axios-sdk.git
|
||||
git remote add origin https://immich-app:"${{ secrets.GH_TOKEN }}"@github.com/immich-app/typescript-axios-sdk.git
|
||||
git pull origin main --allow-unrelated-histories
|
||||
git push origin main 2>&1 | grep -v 'To https'
|
||||
|
Loading…
Reference in New Issue
Block a user