Skip to content

Commit

Permalink
docs: use base64
Browse files Browse the repository at this point in the history
  • Loading branch information
dongkyeomjang authored Sep 25, 2024
1 parent 28faf48 commit 9a1678c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
cd ./src/main/resources
touch ./application-dev.yml
echo "${{ secrets.APPLICATION }}" > ./application-dev.yml
echo "${{ secrets.APPLICATION }}" | base64 --decode > ./application-dev.yml
# 3. Set up JDK 17 for Gradle build
- name: Set up JDK 17
Expand Down

0 comments on commit 9a1678c

Please sign in to comment.