Skip to content

Commit

Permalink
feat: add frontend username and password to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tungkhanhh committed Oct 7, 2024
1 parent 8dfe80c commit cdf3679
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
QUARKUS_DATASOURCE_PASSWORD: ${{secrets.QUARKUS_DATASOURCE_PASSWORD}}
QUARKUS_DATASOURCE_JDBC_URL: ${{secrets.QUARKUS_DATASOURCE_JDBC_URL}}

FRONTEND_USERNAME: ${{secrets.FRONTEND_USERNAME}}
FRONTEND_PASSWORD: ${{secrets.FRONTEND_PASSWORD}}

deploy:
needs: build
Expand Down

0 comments on commit cdf3679

Please sign in to comment.