Skip to content

Commit

Permalink
Update pull-request-intergration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YeaChan05 authored Feb 9, 2024
1 parent b68e28b commit 0cf0e10
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pull-request-intergration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ jobs:
- name: Create application-secret.yml
run: |
touch ./src/main/resources/application-secret.yml
echo "jasypt:" > ./src/main/resources/application-secret.yml
echo " encryptor:" >> ./src/main/resources/application-secret.yml
echo " password: '${{ secrets.APPLICATION_SECRET }}'" >> ./src/main/resources/application-secret.yml
echo "'${{ secrets.APPLICATION_SECRET }}'" > ./src/main/resources/application-secret.yml
- name: Build with Gradle
run: ./gradlew build -x test
Expand Down

0 comments on commit 0cf0e10

Please sign in to comment.