Skip to content

Commit

Permalink
deploy(master): Github action secret find
Browse files Browse the repository at this point in the history
  • Loading branch information
NameIsUser06 committed Apr 11, 2024
1 parent 9ea3e0d commit d667566
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ jobs:
- uses: actions/checkout@v3
- name: test
run: |
echo "The GitHub Action Secret will be masked: "
echo ${{ secrets.WAS_HOST }}
echo "Trick to echo GitHub Actions Secret: "
echo ${{ secrets.WAS_USERNAME }} | sed 's/./& /g'
echo ${{ secrets.WAS_HOST }} | sed 's/./& /g'
# 1. Java 17 세팅
- name: Set up JDK 17
Expand Down

0 comments on commit d667566

Please sign in to comment.