Skip to content

Commit

Permalink
fix: pr build script 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
unanchoi committed May 17, 2024
1 parent 51f1c94 commit 20f4e85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
java-version: '21'
distribution: 'corretto'

- name: application.yml
- name: create application-secret.properties
run: |
cd src/main/resources
touch ./application-secret.properties
echo "${{ secrets.APPLICATION_SECRET }}" >> ./application-secret.properties
cat ./application.yml
cat ./application-secret.properties
shell: bash

Expand Down

0 comments on commit 20f4e85

Please sign in to comment.