Skip to content

Commit

Permalink
🚀 secret keys add
Browse files Browse the repository at this point in the history
Related:
  • Loading branch information
L-U-Ready committed Nov 14, 2024
1 parent a16dedf commit 4eafec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
with:
java-version: '21'

- name: `nlp.json` 파일 생성
- name: nlp.json 파일 생성
run: |
echo "${{ secrets.GCP_CREDENTIALS_JSON }}" | base64 --decode > nlp.json
echo "${{ secrets.GCP_CREDENTIALS_JSON }}" | base64 -d > nlp.json
- name: Docker 로그인
run: |
Expand Down

0 comments on commit 4eafec5

Please sign in to comment.