Skip to content

Commit

Permalink
add .env
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieg0Code committed Aug 22, 2024
1 parent 7921dc9 commit f99c81e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
scan-users-microservice:
name: SonarQube Scan for Users Microservice
runs-on: ubuntu-latest
env:
JWT_SECRET_KEY: ${{ secrets.JWT_SECRET_KEY }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit f99c81e

Please sign in to comment.