fix ci (v3)
This commit is contained in:
parent
ae0050aa11
commit
901c18c231
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
|||
steps:
|
||||
update_profile:
|
||||
image: alpine/git
|
||||
secrets: [ssh_priv_key]
|
||||
environment:
|
||||
SSH_PRIV_KEY:
|
||||
from_secret: ssh_priv_key
|
||||
commands:
|
||||
- git config --global user.email ci@gitnet.fr
|
||||
- git config --global user.name CI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue