Skip to content

Commit

Permalink
[FIX] Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sangminee authored Jan 30, 2024
1 parent b9af6c4 commit 5810ce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
# 환경변수가 지나치게 많아짐을 방지하기 위해 APPLICATION_YML 변수를 만들었습니다.
- name: make application.yml
run: |
mkdir ./src/main/resources/secret
cd ./src/main/resources/secret
touch ./application-aws.yml
echo "${{ secrets.APPLICATION_AWS_YML }}" >> ./application-aws.yml
Expand Down

0 comments on commit 5810ce3

Please sign in to comment.