Skip to content

Commit a1ff8cb

Browse files
committed
fix: doppler token 문제 해결
1 parent fcfdf8b commit a1ff8cb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ jobs:
116116
working-directory: /
117117
comment: Deploy
118118
command: |
119-
DOPPLER_TOKEN="${{ secrets.DOPPLER_TOKEN }}" \
120-
doppler secrets download --project waitfair --config prd --format env-no-quotes --no-file > /tmp/doppler.env
119+
DOPPLER_TOKEN="${{ secrets.DOPPLER_TOKEN }}" /usr/bin/doppler secrets download --project waitfair --config prd --format env-no-quotes --no-file > /tmp/doppler.env
121120
122121
docker pull ghcr.io/${{ needs.buildImageAndPush.outputs.owner_lc }}/${{ needs.buildImageAndPush.outputs.image_name }}:latest
123122

0 commit comments

Comments
 (0)