From de7c619aad0a96144a322e18ef6975d09cd7f5dc Mon Sep 17 00:00:00 2001 From: briskt <3172830+briskt@users.noreply.github.com> Date: Tue, 28 May 2024 20:30:20 +0800 Subject: [PATCH] add announcement.php to actions-services.yml --- actions-services.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actions-services.yml b/actions-services.yml index a8afc811..0d053e30 100644 --- a/actions-services.yml +++ b/actions-services.yml @@ -53,6 +53,7 @@ services: # Utilize custom configs - ./development/hub/config/authsources.php:/data/vendor/simplesamlphp/simplesamlphp/config/authsources.php + - ./development/announcement.php:/data/vendor/simplesamlphp/simplesamlphp/announcement/announcement.php # Utilize custom metadata - ./development/hub/metadata/idp-remote.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/idp-remote.php @@ -84,6 +85,7 @@ services: # Utilize custom configs - ./development/idp-local/config/authsources.php:/data/vendor/simplesamlphp/simplesamlphp/config/authsources.php - ./development/idp-local/config/config.php:/data/vendor/simplesamlphp/simplesamlphp/config/config.php + - ./development/announcement.php:/data/vendor/simplesamlphp/simplesamlphp/announcement/announcement.php # Utilize custom metadata - ./development/idp-local/metadata/saml20-idp-hosted.php:/data/vendor/simplesamlphp/simplesamlphp/metadata/saml20-idp-hosted.php