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 3b68173 commit 4e724e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-intergration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ 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
cat ./src/main/resources/application-secret.yml

- name: Build with Gradle
run: ./gradlew build -x test
Expand Down

0 comments on commit 4e724e5

Please sign in to comment.