mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
authenticate git sooner
This commit is contained in:
parent
22a980bd81
commit
3cabcd71ab
1 changed files with 1 additions and 1 deletions
2
.github/workflows/prerelease.yml
vendored
2
.github/workflows/prerelease.yml
vendored
|
|
@ -75,6 +75,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git config user.email ${{ secrets.CI_EMAIL }}
|
git config user.email ${{ secrets.CI_EMAIL }}
|
||||||
git config user.name ${{ secrets.CI_USER }}
|
git config user.name ${{ secrets.CI_USER }}
|
||||||
|
git remote set-url --push origin https://pypebot:${{ secrets.ADMIN_TOKEN }}@github.com/pypeclub/openpype
|
||||||
cd repos/avalon-core
|
cd repos/avalon-core
|
||||||
git checkout main
|
git checkout main
|
||||||
git pull
|
git pull
|
||||||
|
|
@ -83,7 +84,6 @@ jobs:
|
||||||
git commit -m "[Automated] Bump version"
|
git commit -m "[Automated] Bump version"
|
||||||
tag_name="CI/${{ steps.version.outputs.next_tag }}"
|
tag_name="CI/${{ steps.version.outputs.next_tag }}"
|
||||||
git tag -a $tag_name -m "nightly build"
|
git tag -a $tag_name -m "nightly build"
|
||||||
git remote set-url --push origin https://pypebot:${{ secrets.ADMIN_TOKEN }}@github.com/pypeclub/openpype
|
|
||||||
git push
|
git push
|
||||||
git push origin $tag_name
|
git push origin $tag_name
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue