Skip to content

Commit b763f3f

Browse files
authored
Merge pull request #46 from pattern-tech/feat/wallet-accounting
fix[api]: log file env added to git action
2 parents 2219a63 + 81de3bd commit b763f3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dev.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ jobs:
7979
-e LLM_API_KEY=${{ secrets.LLM_API_KEY }} \
8080
-e AGENTS=${{ secrets.AGENTS }} \
8181
-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 }} \
8286
patterntechnology/pattern-core-api:latest
8387
8488
# Wait a few seconds to give the container time to start

0 commit comments

Comments
 (0)