From f15d021f23650b2f00965b26c61919db08414034 Mon Sep 17 00:00:00 2001 From: Kieran Date: Mon, 3 Jul 2023 11:56:13 +0100 Subject: [PATCH] Rename secrets --- .drone.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index a68754fd7..c48ef3275 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,17 +9,17 @@ trigger: metadata: namespace: git steps: - - name: Push/Pull translations + - name: Push/Pull translations image: node:current-bullseye volumes: - name: cache path: /cache - environment: + environment: YARN_CACHE_FOLDER: /cache/.yarn-translations TOKEN: - from_secret: drone_gitea + from_secret: gitea CTOKEN: - from_secret: crowdin_token + from_secret: crowdin commands: - git config --global user.email drone@v0l.io - git config --global user.name "Drone CI" @@ -51,7 +51,7 @@ steps: volumes: - name: cache path: /cache - environment: + environment: YARN_CACHE_FOLDER: /cache/.yarn-docker commands: - yarn install @@ -62,7 +62,7 @@ steps: volumes: - name: cache path: /cache - environment: + environment: TOKEN: from_secret: docker_hub commands: @@ -84,7 +84,7 @@ concurrency: limit: 1 trigger: event: - - tag + - tag metadata: namespace: git steps: @@ -93,7 +93,7 @@ steps: volumes: - name: cache path: /cache - environment: + environment: YARN_CACHE_FOLDER: /cache/.yarn-docker-release commands: - yarn install @@ -104,7 +104,7 @@ steps: volumes: - name: cache path: /cache - environment: + environment: TOKEN: from_secret: docker_hub commands: @@ -132,7 +132,7 @@ steps: volumes: - name: cache path: /cache - environment: + environment: YARN_CACHE_FOLDER: /cache/.yarn-test commands: - yarn install @@ -143,4 +143,4 @@ steps: volumes: - name: cache claim: - name: docker-cache \ No newline at end of file + name: docker-cache