Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pathfindermilan authored Nov 3, 2024
1 parent 51313cc commit 3ebe8fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ jobs:
REDIS_HOST="${{ secrets.REDIS_HOST }}"
REDIS_PORT=${{ secrets.REDIS_PORT }}
REDIS_PASSWORD="${{ secrets.REDIS_PASSWORD }}"
REDIS_DB=${{ secrets.REDIS_DB }}'
REDIS_DB=${{ secrets.REDIS_DB }}
DESCRIBE_IMAGE_ENDPOINT=${{ secrets.DESCRIBE_IMAGE_ENDPOINT }}
DESCRIBE_DOCUMENT_ENDPOINT=${{ secrets.DESCRIBE_DOCUMENT_ENDPOINT }}'
- name: Verify .env file
run: |
Expand Down

0 comments on commit 3ebe8fa

Please sign in to comment.