use secrets?

This commit is contained in:
2025-09-01 11:33:13 -04:00
parent 5a138ade10
commit d292f7d87c

View File

@@ -25,9 +25,9 @@ steps:
when: when:
event: event:
- cron - cron
environment: secrets:
OLLAMA_API_URL: ${OLLAMA_API_URL} - OLLAMA_API_URL
OLLAMA_API_KEY: ${OLLAMA_API_KEY} - OLLAMA_API_KEY
commands: commands:
- npm start - npm start
@@ -36,8 +36,8 @@ steps:
when: when:
event: event:
- cron - cron
environment: secrets:
GITEA_TOKEN: ${GITEA_TOKEN} - GITEA_TOKEN
commands: commands:
- pdf=$(ls *.pdf | head -n1) - pdf=$(ls *.pdf | head -n1)
- tag=$(date +%F) - tag=$(date +%F)