Skip to content

Commit

Permalink
fix: 변수 주입 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
shindong96 committed Apr 7, 2024
1 parent ec78cdc commit 7ae67e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
files: ./bootstrap/src/main/resources/application.yml
env:
- encryption-key: ${{ secrets.ENCRYPTION_KEY }}
encryption-key: ${{ secrets.ENCRYPTION_KEY }}

- name: Change gradlew permission
run: sudo chmod 755 gradlew
Expand Down

0 comments on commit 7ae67e8

Please sign in to comment.