diff --git a/.drone/drone-home.yml b/.drone/drone-home.yml index 5854ea5..1fb3de4 100644 --- a/.drone/drone-home.yml +++ b/.drone/drone-home.yml @@ -183,7 +183,9 @@ steps: - gitea_oauth2_jwt_secret - gitea_mailer_passwd - gitea_mailer_protocol + - runner_registration_token script: + - export RUNNER_REGISTRATION_TOKEN=$${RUNNER_REGISTRATION_TOKEN} - export GITEA_SERVER_LFS_JWT_SECRET=$${GITEA_SERVER_LFS_JWT_SECRET} - export GITEA_SECURITY_SECRET_KEY=$${GITEA_SECURITY_SECRET_KEY} - export GITEA_SECURITY_INTERNAL_TOKEN=$${GITEA_SECURITY_INTERNAL_TOKEN} @@ -226,6 +228,8 @@ steps: from_secret: gitea-security-secret-key GITEA_SERVER_LFS_JWT_SECRET: from_secret: gitea-server-lfs-jwt-secret + RUNNER_REGISTRATION_TOKEN: + from_secret: runner-registration-token - name: deploy tag ${DRONE_TAG} when: event: