Skip to content

Commit a9b6b9f

Browse files
committed
work
1 parent e4ef4d9 commit a9b6b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Create GA4 Service Account Key
9595
run: |
9696
mkdir -p src/main/resources
97-
echo "${{ secrets.GA4_JSON }}" | cat > src/main/resources/ga4-service-account.json
97+
echo "${{ secrets.GA4_JSON }}" | base64 -d > src/main/resources/ga4-service-account.json
9898
9999
- name: Docker Buildx 설치
100100
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)