added secret variable for access token to bruno

This commit is contained in:
John O'Keefe 2024-08-09 15:10:14 -04:00
parent 8fc2b8b508
commit 1e90f68e70

View File

@ -6,5 +6,6 @@ vars {
}
vars:secret [
code,
SIMKL_AUTH_TOKEN
SIMKL_AUTH_TOKEN,
ANILIST_ACCESS_TOKEN
]