Skip to content

Commit

Permalink
Merge pull request #66 from toy-k/toy-k-patch-1
Browse files Browse the repository at this point in the history
Update gradle.yml
  • Loading branch information
toy-k committed Jun 15, 2023
2 parents 8f7c170 + d0b5533 commit f690579
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# pull_request:
# branches: [ "main" ]

permissions:
contents: read
Expand Down Expand Up @@ -51,6 +51,8 @@
echo "MAIL_PASSWORD=$MAIL_PASSWORD" >> $GITHUB_WORKSPACE/src/main/resources/.env
echo "MAIL_PORT=$MAIL_PORT" >> $GITHUB_WORKSPACE/src/main/resources/.env
echo "MAIL_USERNAME=$MAIL_USERNAME" >> $GITHUB_WORKSPACE/src/main/resources/.env
echo "REDIS_HOST" >> $GITHUB_WORKSPACE/src/main/resources/.env
echo "REDIS_PORT" >> $GITHUB_WORKSPACE/src/main/resources/.env
env:
APPLICATION_DEV_DRIVER_CLASS_NAME: ${{secrets.APPLICATION_DEV_DRIVER_CLASS_NAME}}
Expand All @@ -72,6 +74,9 @@
MAIL_PASSWORD: ${{secrets.MAIL_PASSWORD}}
MAIL_PORT: ${{secrets.MAIL_PORT}}
MAIL_USERNAME: ${{secrets.MAIL_USERNAME}}
REDIS_HOST: ${{secrets.REDIS_HOST}}
REDIS_PORT: ${{secrets.REDIS_PORT}}


- name: Generate Gradle Wrapper
run: gradle wrapper
Expand Down

0 comments on commit f690579

Please sign in to comment.