fix secret typo in yaml
This commit is contained in:
parent
7a41f4fd19
commit
e8d300116c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- ./ci.sh
|
- ./ci.sh
|
||||||
- ./dist.sh
|
- ./dist.sh
|
||||||
secrets: [ ssk_key ]
|
secrets: [ ssh_key ]
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue