Skip to content

Commit

Permalink
auth file is encoded as base64
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Caha committed Jan 16, 2025
1 parent bea064b commit e4a6685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_mergin_media_sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4

- name: Save Google Credentials File
run: echo "${{ secrets.GOOGLE_DRIVE_SERVICE_ACCOUNT_FILE }}" > $TEST_GOOGLE_DRIVE_SERVICE_ACCOUNT_FILE
run: echo "${{ secrets.GOOGLE_DRIVE_SERVICE_ACCOUNT_FILE }}" | base64 -d > $TEST_GOOGLE_DRIVE_SERVICE_ACCOUNT_FILE

- name: Install Python dependencies
run: |
Expand Down

0 comments on commit e4a6685

Please sign in to comment.