Skip to content

Commit

Permalink
Update gradle-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmaPol authored Jan 23, 2024
1 parent 92c9be5 commit 5a60800
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ jobs:

- name: Create necessary directories
run: |
mkdir -p core/core-infra/core-infra-rdb/src/main/resources
mkdir -p core/core-infra-rdb/src/main/resources
mkdir -p core/core-security/src/main/resources
- name: Create application-properties.yml
run: echo "${{ secrets.APPLICATION_INFRA_RDB }}" > core/core-infra/core-infra-rdb/src/main/resources/application-infra-rdb.yml
run: |
echo "${{ secrets.APPLICATION_INFRA_RDB }}" > core/core-infra-rdb/src/main/resources/application-infra-rdb.yml
echo "${{ secrets.APPLICATION_SECURITY }}" > core/core-security/src/main/resources/application-security.yml
- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down

0 comments on commit 5a60800

Please sign in to comment.