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
|
||||
settings:
|
||||
api_key:
|
||||
from_secret: DRONE_API_KEY
|
||||
files: [.drone.yml, README.md]
|
||||
base_url: https://git.cuzo.dev
|
||||
title:
|
||||
from_secret: DRONE_SEMVER
|
||||
from_secret: gitea_api_key
|
||||
files: ./*
|
||||
base_url: https://git.parravidales.es
|
||||
title: v*.*.*
|
||||
when:
|
||||
ref:
|
||||
- refs/tags/*
|
||||
|
|
Loading…
Reference in a new issue