Updated secrets for gitea api key
Some checks failed
continuous-integration/drone/tag Build is failing
Some checks failed
continuous-integration/drone/tag Build is failing
This commit is contained in:
parent
9b8d0e4feb
commit
d8abc78403
1 changed files with 4 additions and 5 deletions
|
@ -36,11 +36,10 @@ steps:
|
||||||
image: registry.cuzo.dev/plugins/gitea-release
|
image: registry.cuzo.dev/plugins/gitea-release
|
||||||
settings:
|
settings:
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: DRONE_API_KEY
|
from_secret: gitea_api_key
|
||||||
files: [.drone.yml, README.md]
|
files: ./*
|
||||||
base_url: https://git.cuzo.dev
|
base_url: https://git.parravidales.es
|
||||||
title:
|
title: v*.*.*
|
||||||
from_secret: DRONE_SEMVER
|
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/*
|
- refs/tags/*
|
||||||
|
|
Loading…
Reference in a new issue