ci(drone): set token
This commit is contained in:
parent
72990eba6a
commit
1f140028ad
1 changed files with 2 additions and 7 deletions
|
@ -1,15 +1,10 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
clone:
|
token:
|
||||||
disable: true
|
from_secret: GITEA_TOKEN
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: clone
|
|
||||||
environment:
|
|
||||||
DRONE_GIT_USERNAME: x-oauth-token
|
|
||||||
DRONE_GIT_PASSWORD:
|
|
||||||
from_secret: GITEA_TOKEN
|
|
||||||
- name: build
|
- name: build
|
||||||
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue