Skip to content

Commit d106217

Browse files
committed
beta workflow: add another missing step (i am so dumb)
1 parent 9baf6bd commit d106217

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/beta.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ jobs:
7070
distribution: temurin
7171
java-version: 17
7272

73+
- name: Restore service_account.json
74+
run: echo "${{ secrets.SERVICE_ACCOUNT_BASE64 }}" | base64 -d > service_account.json
75+
7376
- name: Set up License Key
7477
run: echo LICENSE_KEY="${{ secrets.LICENSE_KEY }}" > local.properties
7578

0 commit comments

Comments
 (0)