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
|
||||
name: default
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
token:
|
||||
from_secret: GITEA_TOKEN
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
environment:
|
||||
DRONE_GIT_USERNAME: x-oauth-token
|
||||
DRONE_GIT_PASSWORD:
|
||||
from_secret: GITEA_TOKEN
|
||||
- name: build
|
||||
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue