upd
Some checks failed
continuous-integration/drone Build was killed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-02-28 21:23:04 +01:00
parent c24007e42c
commit 0fccbca7b2

View File

@@ -1,3 +1,19 @@
---
kind: secret
name: git_username
get:
path: secret/data/gitea
name: api_access_user
---
kind: secret
name: git_password
get:
path: secret/data/gitea
name: api_access_token
---
kind: pipeline
type: docker
name: default
@@ -17,17 +33,3 @@ steps:
when:
branch:
- master
---
kind: secret
name: git_username
get:
path: secret/data/gitea
name: api_access_user
---
kind: secret
name: git_password
get:
path: secret/data/gitea
name: api_access_token