Skip to content

Commit 449cd6b

Browse files
authored
Update ci-cd pipeline.yml
1 parent b0c80fd commit 449cd6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
echo "COMPOSE_CONTENT=$(base64 -w 0 ./docker-compose.yml)" >> $GITHUB_ENV
5353
echo "Decoded content:"
54-
echo "${{ env.COMPOSE_CONTENT }}" | base64 -d
54+
echo "${{ secrets.COMPOSE_CONTENT }}" | base64 -d
5555
5656
# # 5. GCP 인증
5757
# - name: Authenticate to GCP

0 commit comments

Comments
 (0)