We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2219a63 + 81de3bd commit b763f3fCopy full SHA for b763f3f
.github/workflows/dev.yml
@@ -79,6 +79,10 @@ jobs:
79
-e LLM_API_KEY=${{ secrets.LLM_API_KEY }} \
80
-e AGENTS=${{ secrets.AGENTS }} \
81
-e SENTRY_DNS=${{ secrets.SENTRY_DNS }} \
82
+ -e APP_NAME=${{ secrets.APP_NAME }} \
83
+ -e LOG_FILE_PATH=${{ secrets.LOG_FILE_PATH }} \
84
+ -e LOG_BACKUP_COUNT=${{ secrets.LOG_BACKUP_COUNT }} \
85
+ -e LOG_MAX_BYTES=${{ secrets.LOG_MAX_BYTES }} \
86
patterntechnology/pattern-core-api:latest
87
88
# Wait a few seconds to give the container time to start
0 commit comments