Skip to content

Commit

Permalink
chore : 깃허브 환경변수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yel-m authored Jul 13, 2024
1 parent f784d3a commit df08a5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
cloud.aws.credentials.access-key: ${{ secrets.AWS_ACCESS_KEY_ID }}
cloud.aws.credentials.secret-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
jwt.secret: ${{ secrets.JWT_SECRET_KEY }}
sentiment.clientId: ${{secrets.NAVER_CLIENT_ID}}
sentiment.clientSecret: ${{secrets.NAVER_CLIENT_SECRET}}

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

0 comments on commit df08a5c

Please sign in to comment.