switch secrets to env files

add env file templates for collections
This commit is contained in:
2026-03-25 09:46:16 +01:00
parent 9c7e7e14ba
commit 49bda0bce3
10 changed files with 13 additions and 20 deletions
@@ -2,6 +2,6 @@ name: Scopus - Prod
color: "#2E8A54"
variables:
- name: ScopusApiKey
value: "{{ScopusApiKey1Global}}"
value: "{{process.env.ScopusApiKey1}}"
- name: ScopusApiKey2
value: "{{ScopusApiKey2Global}}"
value: "{{process.env.ScopusApiKey2}}"