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 24, 2024
1 parent 5a60800 commit 5b7cc32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ jobs:
run: |
mkdir -p core/core-infra-rdb/src/main/resources
mkdir -p core/core-security/src/main/resources
mkdir -p core/core-infra-s3/src/main/resources
- name: Create application-properties.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
echo "${{ secrets.APPLICATION_AWS_CLOUD }}" > core/core-infra-s3/src/main/resources/application-infra-s3.yml
- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down

0 comments on commit 5b7cc32

Please sign in to comment.