Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GayeongKimm authored Aug 26, 2024
1 parent 3c7b824 commit 56ef797
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- backend
- master

permissions:
id-token: write
Expand Down Expand Up @@ -39,6 +39,9 @@ jobs:
spring.datasource.url: ${{ secrets.DB_URL }}
spring.datasource.username: ${{ secrets.DB_USERNAME }}
spring.datasource.password: ${{ secrets.DB_PASSWORD }}
app.jwt.secretKey: ${{ secrets.TOKEN_SECRET_KEY }}
app.jwt.accessExpire: ${{ secrets.ACCESS_EXPIRE }}
app.jwt.refreshExpire: ${{ secrets.REFRESH_EXPIRE }}

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

0 comments on commit 56ef797

Please sign in to comment.