Skip to content

Commit

Permalink
feat: secret test 추가 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdtkdgns committed Nov 20, 2023
1 parent 2589d45 commit c2cf4ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_IMAGE_NAME: ${{ secrets.DOCKERHUB_IMAGE_NAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
TEST: ${{ secrets.TEST }}

permissions:
contents: read
Expand All @@ -33,7 +34,8 @@ jobs:
distribution: 'adopt'

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
run: chmod +x ./gradlew | echo "$TEST ${{ secrets.TEST }}"


- name: Build with Gradle
run: ./gradlew build --no-daemon
Expand Down

0 comments on commit c2cf4ed

Please sign in to comment.