We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8d686 commit 397473eCopy full SHA for 397473e
1 file changed
.github/workflows/deploy.yml
@@ -21,6 +21,7 @@ jobs:
21
key: ${{ secrets.GCP_SSH_KEY }}
22
script: |
23
cd codive-ai
24
+ echo "HF_TOKEN=${{secrets.HF_TOKEN}}" > .env
25
26
# 최신 코드 받기
27
git pull origin main
0 commit comments