passing token
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/promote/print Build is passing Details
learn-github-actions / check-bats-version (push) Successful in 41s Details

This commit is contained in:
giles 2023-10-20 19:00:57 +01:00
parent e28658fc28
commit 181a353f3e
1 changed files with 4 additions and 0 deletions

View File

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