Fix token #19
|
@ -26,7 +26,7 @@ pipeline:
|
||||||
image: jolheiser/drone-gitea-main:latest
|
image: jolheiser/drone-gitea-main:latest
|
||||||
secrets:
|
secrets:
|
||||||
- source: gitea_token
|
- source: gitea_token
|
||||||
target: token
|
target: plugin_token
|
||||||
base: https://git.jojodev.com
|
base: https://git.jojodev.com
|
||||||
files:
|
files:
|
||||||
- "tmpl"
|
- "tmpl"
|
||||||
|
@ -39,7 +39,7 @@ pipeline:
|
||||||
image: plugins/gitea-release:1
|
image: plugins/gitea-release:1
|
||||||
secrets:
|
secrets:
|
||||||
- source: gitea_token
|
- source: gitea_token
|
||||||
target: api_key
|
target: plugin_token
|
||||||
base_url: https://git.jojodev.com
|
base_url: https://git.jojodev.com
|
||||||
files:
|
files:
|
||||||
- "tmpl"
|
- "tmpl"
|
||||||
|
@ -52,7 +52,7 @@ pipeline:
|
||||||
image: jolheiser/drone-gitea-prune
|
image: jolheiser/drone-gitea-prune
|
||||||
secrets:
|
secrets:
|
||||||
- source: gitea_token
|
- source: gitea_token
|
||||||
target: token
|
target: plugin_token
|
||||||
base: https://git.jojodev.com
|
base: https://git.jojodev.com
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
Loading…
Reference in New Issue