Skip to content

Commit

Permalink
update: release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SHEOMM authored Apr 2, 2024
1 parent 9e36dd5 commit 87d9aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
spring.datasource.password: ${{ secrets.MYSQL_DATASOURCE_PASSWORD }}
spring.data.redis.host: ${{ secrets.REDIS_DATASOURCE_HOST }}
spring.data.redis.port: ${{ secrets.REDIS_DATASOURCE_PORT }}
cookie.encode: ${{ SECRET_KEY }}
cookie.encode: ${{ secrets.SECRET_KEY }}
- name: Grant execute permission for gradlew
run: chmod +x gradlew

Expand Down

0 comments on commit 87d9aff

Please sign in to comment.