added github secrets
This commit is contained in:
1
.github/workflows/workflow.yml
vendored
1
.github/workflows/workflow.yml
vendored
@@ -18,6 +18,7 @@ jobs:
|
||||
distribution: 'temurin'
|
||||
cache: maven
|
||||
|
||||
|
||||
- name: Create application-local.properties file
|
||||
run: |
|
||||
echo "spring.datasource.url=${{ secrets.DB_URL }}" >> src/main/resources/application-local.properties
|
||||
|
||||
Reference in New Issue
Block a user