Skip to content

Commit

Permalink
fix: set up mysql on yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yo0oni committed Jan 10, 2024
1 parent b654d1f commit ef51d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
with:
character set server: 'utf8'
mysql database: 'trip'
mysql user: ${DB_USERNAME}
mysql password: ${DB_PASSWORD}
mysql user: 'hdy'
mysql password: ${{ secrets.MYSQL_PASSWORD }}

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
Expand Down

0 comments on commit ef51d22

Please sign in to comment.