Skip to content

Commit

Permalink
Environment variables set on Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
costvin15 authored Feb 20, 2024
1 parent 5b02bef commit 519df56
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ on:
push:
branches: [ main ]
jobs:
build:
generating-coverage:
runs-on: ubuntu-latest
env:
KEYCLOAK_URL: http://localhost:8545/realms/educamotion
KEYCLOAK_CLIENT_ID: backend-service
KEYCLOAK_CLIENT_SECRET: secret
steps:
- uses: actions/checkout@v3
- name: Set up the Java JDK
Expand Down

0 comments on commit 519df56

Please sign in to comment.