Skip to content

Commit

Permalink
Update github to add secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
s-rubenstein committed Apr 26, 2021
1 parent eed8959 commit f9e3f5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
-Denv.type=test
-Ddirectory.url=ldap://localhost:3389 -Ddirectory.password=testtesttest
-Dpostgres.host=localhost -Dpostgres.port=5432
ARTIFACTORY_USERNAME: ${{secrets.ARTIFACTORY_USERNAME}}
ARTIFACTORY_PASSWORD: ${{secrets.ARTIFACTORY_PASSWORD}}

services:
postgres:
Expand Down

0 comments on commit f9e3f5c

Please sign in to comment.