Skip to content

Commit

Permalink
Fix Google API key export
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Aug 8, 2023
1 parent 4e701ef commit a4bac5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_debos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Export keys for image build
run: |
mkdir -p action/neon_debos/overlays/80-google-json-overlay/home/neon/.local/share/neon
echo ${{secrets.google_api_key}}>action/neon_debos/overlays/80-google-json-overlay/home/neon/.local/share/neon/google.json
echo "${{secrets.google_api_key}}">action/neon_debos/overlays/80-google-json-overlay/home/neon/.local/share/neon/google.json
- name: Build Image
run: |
bash action/neon_debos/run_automation.sh debian-neon-image-rpi4.yml dev # ${{ github.ref }} TODO: Testing
Expand Down

0 comments on commit a4bac5d

Please sign in to comment.