feat: now auth could be disabled with pipeline param
All checks were successful
Build and Deploy Go App / build (push) Successful in 6m20s
Build and Deploy Go App / deploy (push) Successful in 40s

This commit is contained in:
Iron_Felix 2025-12-04 20:12:54 +03:00
parent 5d1d138aca
commit 604ac0ebbc
4 changed files with 7 additions and 2 deletions

View file

@ -116,6 +116,7 @@ jobs:
JWT_PRIVATE_KEY: ${{ secrets.JWT_PRIVATE_KEY }}
RABBITMQ_DEFAULT_USER: ${{ secrets.RABBITMQ_USER }}
RABBITMQ_DEFAULT_PASS: ${{ secrets.RABBITMQ_PASSWORD }}
AUTH_ENABLED: ${{ vars.AUTH_ENABLED }}
steps:
- name: Checkout code