Skip to content

Commit

Permalink
modify :: stag
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeh2926 committed Apr 10, 2024
1 parent 83879e8 commit be9ad54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/git-action-stag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
JWT_REFRESH_EXP=36000000
JWT_HEADER=Authorization
JWT_PREFIX=Bearer
DB_URL=${{ secrets.DB_URL }}
DB_USERNAME=${{ secrets.STAG_DB_USERNAME }}
DB_URL=${{ secrets.STAG_DB_URL }}
DB_USERNAME=${{ secrets.DB_USERNAME }}
DB_PASSWORD=${{ secrets.DB_PASSWORD }}
REDIS_HOST=${{ secrets.REDIS_HOST }}
REDIS_PORT=${{ secrets.REDIS_PORT }}
Expand Down

0 comments on commit be9ad54

Please sign in to comment.