Skip to content

Commit 730acf6

Browse files
committed
fix: git actions ENV 수정
1 parent 79859c1 commit 730acf6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ env:
2121
AWS_SECRET_KEY: ${{ secrets.AWS_SECRET_KEY }}
2222
AWS_REGION: ${{ secrets.AWS_REGION }}
2323
AWS_SES_SENDER_EMAIL: ${{ secrets.AWS_SES_SENDER_EMAIL }}
24+
REDIS_HOST: ${{ secrets.REDIS_HOST }}
25+
REDIS_PORT: ${{ secrets.REDIS_PORT }}
2426

2527

2628
jobs:

0 commit comments

Comments
 (0)