Upgrade secret template

This commit is contained in:
Luke Murphy 2020-05-08 20:17:08 +02:00
parent 6530461990
commit 37dffad091
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
module.exports = {
endpoint: "https://git.autonomic.zone/api/v1/",
token: "{{ secret "api-token-v1" }}",
token: "{{ secret "api-token-v2" }}",
platform: "gitea",
logLevel: "info",
onboarding: true,