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 Mar 3, 2024
1 parent f630226 commit 861663c
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 @@ -21,6 +21,7 @@ jobs:
mkdir -p core/core-security/src/main/resources
mkdir -p core/core-infra-s3/src/main/resources
mkdir -p core/core-infra-feign/src/main/resources
mkdir -p core/core-infra-redis/src/main/resources
mkdir -p core/core-security/src/main/resources/key
- name: Create application-properties.yml
Expand All @@ -29,6 +30,7 @@ jobs:
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-s3.yml
echo "${{ secrets.APPLICATION_FEIGN }}" > core/core-infra-feign/src/main/resources/application-feign.yml
echo "${{ secrets.APPLICATION_REDIS }}" > core/core-infra-redis/src/main/resources/application-redis.yml
echo "${{ secrets.APPLE_KEY }}" > core/core-security/src/main/resources/key/${{secrets.APPLE_KEY_NAME}}.p8
- name: Set up JDK 17
Expand Down

0 comments on commit 861663c

Please sign in to comment.