Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yooooonshine authored Jul 31, 2024
1 parent def85e0 commit 9aa2fbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- run: echo "${{ secrets.API_PROPERTIES }}" > ./backend/src/main/resources/application-api.properties
- run: cat ./backend/src/main/resources/application-api.properties

- uses: actions/checkout@v4
- run: touch ./backend/src/main/resources/application-security.properties
- run: echo "${{ secrets.SECURITY_PROPERTIES }}" > ./backend/src/main/resources/application-security.properties
- run: cat ./backend/src/main/resources/application-security.properties
Expand Down

0 comments on commit 9aa2fbe

Please sign in to comment.