Skip to content

Commit

Permalink
[#73] infra: run과 env 위치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
5win committed Nov 10, 2024
1 parent 7eda1dd commit 3e541a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0

- name: Set YML
env:
DATA_KEY_YML: ${{ secrets.APPLICATION_DATA_YML }}
run: |
echo $DATA_KEY_YML | base64 --decode > src/main/resources/application-data.yml
find src/main/resources
env:
DATA_KEY_YML: ${{ secrets.APPLICATION_DATA_YML }}

- name: Build with Gradle Wrapper
run: ./gradlew build

0 comments on commit 3e541a7

Please sign in to comment.