update drone secrets for rotation

This commit is contained in:
Alex 2022-12-25 22:50:20 +01:00
parent 8cee3b0043
commit 3b74376191
No known key found for this signature in database
GPG Key ID: 09EC5284AA804D3C
1 changed files with 2 additions and 1 deletions

View File

@ -2,8 +2,8 @@
[secrets."drone-ci/rpc_secret"]
type = 'command'
rotate = true
command = 'openssl rand -hex 16'
# don't rotate, it would break all runners
[secrets."drone-ci/cookie_secret"]
type = 'command'
@ -13,6 +13,7 @@ command = 'openssl rand -hex 16'
[secrets."drone-ci/db_enc_secret"]
type = 'command'
command = 'openssl rand -hex 16'
# don't rotate, it is used to encrypt data which we would lose if we change this
# Oauth config for gitea