Skip to content

Commit

Permalink
Merge pull request kahluaband#26 from woogieon8on/script
Browse files Browse the repository at this point in the history
kahluaband#3 Feat: modify github action yml
  • Loading branch information
woogieon8on authored Jul 16, 2024
2 parents 5734596 + bbcc2d2 commit c90c64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# application.yml 파일 생성
touch ./application.yml
# GitHub-Actions 에서 설정한 값을 application.yaml 파일에 쓰기
echo "${{ secrets.DATABASE }}" >> ./application.yml
echo "${{ secrets.APPLICATION }}" >> ./application.yml
shell: bash

- name: Grant execute permission for gradlew
Expand Down

0 comments on commit c90c64f

Please sign in to comment.