ci(drone): set token

This commit is contained in:
D. Moonfire 2022-05-16 21:29:29 -05:00
parent 72990eba6a
commit 1f140028ad

View file

@ -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: