From 18ef4053775817ec563356d0843df6d62d64cba2 Mon Sep 17 00:00:00 2001 From: rebeccahongsf Date: Mon, 18 Sep 2023 10:35:09 -0700 Subject: [PATCH] revert netlify config and readme --- README.md | 2 +- netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cbe13967..11914227f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [ADAPT SAA Alumni: Mega Menu](https://github.com/SU-SWS/saa_alumni) +# [ADAPT SAA Alumni](https://github.com/SU-SWS/saa_alumni) diff --git a/netlify.toml b/netlify.toml index db6925454..efa6d9590 100644 --- a/netlify.toml +++ b/netlify.toml @@ -47,7 +47,7 @@ endpoint = 'https://vault.stanford.edu' # Order doesn't matter here as these will be fetched asyncronously. # Try not to have dupes. - secrets = ['secret/data/projects/adapt/saml', 'secret/data/projects/adapt/megamenu'] + secrets = ['secret/data/projects/adapt/saml', 'secret/data/projects/adapt/alumni'] # Set which environment variables to use for the approle login secretId = 'VAULT_SECRET_ID' roleId = 'VAULT_ROLE_ID'