mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 07:38:34 +01:00
change: switch to dispatch access token auth
This commit is contained in:
@@ -10,6 +10,7 @@ atlantis-verify:
|
||||
|
||||
DISPATCH_SERVER: {{ event_dispatcher_address }}
|
||||
DISPATCH_SETTINGS_TOKEN: {{ notification_settings_access_token }}
|
||||
DISPATCH_ACCESS_TOKEN: {{ event_dispatcher_pass }}
|
||||
|
||||
SQLALCHEMY_DATABASE_URI: "instance/database.sqlite"
|
||||
|
||||
@@ -20,9 +21,6 @@ atlantis-verify:
|
||||
|
||||
MAIN_HOME: https://hub.atlantishq.de
|
||||
|
||||
DISPATCH_AUTH_USER: {{ event_dispatcher_user }}
|
||||
DISPATCH_AUTH_PASSWORD: {{ event_dispatcher_pass }}
|
||||
|
||||
NTFY_ACCESS_TOKEN: {{ ntfy_api_access_token }}
|
||||
NTFY_API_TARGET: {{ ntfy_api_target }}
|
||||
NTFY_PUSH_TARGET: {{ ntfy_push_target }}
|
||||
|
||||
Reference in New Issue
Block a user