Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kpeel5839 committed Mar 16, 2022
1 parent d85fbb1 commit 35f1f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

- name: Set S3
run : |
echo("${{secrets.APPLICATION_AWS}}") >> ./dogvelopers/src/main/resources/application-credentials.yml
echo("${{secrets.APPLICATION_CREDTIALS}}") >> ./dogvelopers/src/main/resources/application-credentials.yml
echo ${{secrets.APPLICATION_AWS}} >> ./dogvelopers/src/main/resources/application-credentials.yml
echo ${{secrets.APPLICATION_CREDTIALS}} >> ./dogvelopers/src/main/resources/application-credentials.yml
# Gradle test를 실행한다
- name: Test with Gradle
Expand Down

0 comments on commit 35f1f02

Please sign in to comment.