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 e4ef4d9 commit a9b6b9fCopy full SHA for a9b6b9f
.github/workflows/deploy.yml
@@ -94,7 +94,7 @@ jobs:
94
- name: Create GA4 Service Account Key
95
run: |
96
mkdir -p src/main/resources
97
- echo "${{ secrets.GA4_JSON }}" | cat > src/main/resources/ga4-service-account.json
+ echo "${{ secrets.GA4_JSON }}" | base64 -d > src/main/resources/ga4-service-account.json
98
99
- name: Docker Buildx 설치
100
uses: docker/setup-buildx-action@v3
0 commit comments