Skip to content

Commit

Permalink
fix: Update github-action.yml - 권한 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jud1thDev authored Nov 11, 2024
1 parent c4c6ed8 commit 2663a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Make application.yml
run: |
mkdir -p ./bookduck/src/main/resources # 디렉토리가 없으면 생성
sudo mkdir -p ./bookduck/src/main/resources # 디렉토리가 없으면 생성
cd ./bookduck/src/main/resources
touch ./application.yml
echo "${{ secrets.APPLICATION }}" > ./application.yml
Expand Down

0 comments on commit 2663a5f

Please sign in to comment.