Skip to content

Commit 09ded05

Browse files
authored
Merge pull request #70 from LabSyncro/feat/auth-with-hmi
chore: update github action
2 parents 28e1ef3 + fd5f81b commit 09ded05

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
echo DATABASE_URL=${{ secrets.DATABASE_URL }} >> .env
4343
echo PRINT_LABELS_ENDPOINT=${{ secrets.PRINT_LABELS_ENDPOINT }} >> .env
4444
echo AUTH_API_BASE_URL=${{ secrets.AUTH_API_BASE_URL }} >> .env
45+
echo CORS_ALLOWED_ORIGIN=${{ secrets.CORS_ALLOWED_ORIGIN }} >> .env
4546
4647
- name: Setup Docker Buildx
4748
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)