Skip to content

Commit

Permalink
test: CICD 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
nohy6630 committed May 6, 2024
1 parent 10fb34a commit 128b864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
- name: Create application.yml
env:
APPLICATION_DEV: ${{secrets.APPLICATION_YML}}
APPLICATION_YML: ${{secrets.APPLICATION_YML}}
run: |
mkdir -p src/main/resources
echo $APPLICATION_DEV | base64 --decode > src/main/resources/application.yml
echo $APPLICATION_YML | base64 --decode > src/main/resources/application.yml
ls -la src/main/resources
- name: Grant execute permission for gradlew
Expand Down

0 comments on commit 128b864

Please sign in to comment.