We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9baf6bd commit d106217Copy full SHA for d106217
.github/workflows/beta.yml
@@ -70,6 +70,9 @@ jobs:
70
distribution: temurin
71
java-version: 17
72
73
+ - name: Restore service_account.json
74
+ run: echo "${{ secrets.SERVICE_ACCOUNT_BASE64 }}" | base64 -d > service_account.json
75
+
76
- name: Set up License Key
77
run: echo LICENSE_KEY="${{ secrets.LICENSE_KEY }}" > local.properties
78
0 commit comments