Skip to content

Commit

Permalink
revert to embedded token
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Dec 4, 2024
1 parent d82b158 commit ee8130b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ site.ignore("archive");

// Prepare script to get holidays from dbflex
// Escape the double quotes around the auth header
site.script("getholidays", "cd src/_data && curl -H \"Authorization: Bearer ${API_KEY_01}\" https://pro.dbflex.net/secure/api/v2/15331/Work%20Holiday/API%20Holidays%20Today%20or%20Later/select.json -o futureholidays.json");
site.script("getholidays", "cd src/_data && curl https://pro.dbflex.net/secure/api/v2/15331/${API_KEY_01}/Work%20Holiday/API%20Holidays%20Today%20or%20Later/select.json -o futureholidays.json");

// Prepare script to copy the generated readme to the repo root
site.script(
Expand Down

0 comments on commit ee8130b

Please sign in to comment.