mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
try ssh key
This commit is contained in:
parent
0dc27801a5
commit
4f8c3df646
1 changed files with 3 additions and 2 deletions
5
.github/workflows/MLPipelinePostMerge.yml
vendored
5
.github/workflows/MLPipelinePostMerge.yml
vendored
|
|
@ -61,7 +61,8 @@ jobs:
|
|||
pip install -r modules/ml-pipeline/src/pipeline/src/requirements/version_control/requirements.txt
|
||||
|
||||
- name: Register Model
|
||||
# env:
|
||||
env:
|
||||
ACCESS_TOKEN: $ {{ secrets.SSH_TOKEN }}
|
||||
# ACTIONS_STEP_DEBUG: true
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# token: ${{ secrets.PAT }}
|
||||
|
|
@ -73,7 +74,7 @@ jobs:
|
|||
git config user.name "Github-Bot"
|
||||
git config user.email "Github-Bot@no-reply.com"
|
||||
|
||||
gto register test --force --push
|
||||
gto register test --repo https://github.com/Hestia-Homes/ML/
|
||||
# echo "chicken" >> test.md
|
||||
|
||||
# git fetch --prune
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue