diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 01af224..ab0320a 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -56,10 +56,10 @@ jobs: cloud.aws.credentials.accessKey: ${{ secrets.AWS_ACCESS_KEY_ID }} cloud.aws.credentials.secretKey: ${{ secrets.AWS_SECRET_ACCESS_KEY }} # Jwt Secret Key 환경 변수 주입 - auth.jwt.secret: ${{ auth.jwt.secret }} + auth.jwt.secret: ${{ secrets.auth.jwt.secret }} # Encrypt 환경 변수 주입 - encrypt.key: ${{ encrypt.key }} - encrypt.algorithm: ${{ encrypt.algorithm }} + encrypt.key: ${{ secrets.encrypt.key }} + encrypt.algorithm: ${{ secrets.encrypt.algorithm }} # gradlew 파일 실행권한 설정 - name: Grant execute permission for gradlew