Skip to content

Commit

Permalink
chore: application-dev.yml Actions Secrets 이름 변경 #61
Browse files Browse the repository at this point in the history
  • Loading branch information
PgmJun authored Jul 24, 2024
1 parent 5e2696f commit e69fbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/be-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Setting application.yml
run: |
echo ${{ secrets.application-yml-dev }} > src/main/resources/application-dev.yml
echo ${{ secrets.APPLICATION_DEV_YML }} > src/main/resources/application-dev.yml
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit e69fbcc

Please sign in to comment.