Skip to content

Commit

Permalink
Refactor to minimize workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Oct 9, 2023
1 parent fda428d commit 65462e8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_debos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ jobs:
repository: NeonGeckoCom/neon_debos
path: action/neon_debos
- name: Ensure LFS files are pulled
run: cd action/neon_debos && git lfs pull
run: |
cd action/neon_debos
git lfs pull
cd ../..
- name: Export keys for image build
run: |
mkdir -p overlays/80-google-json-overlay/home/neon/.local/share/neon
mkdir -p action/neon_debos/overlays/80-google-json-overlay/home/neon/.local/share/neon
echo ${GOOGLE_KEY}>action/neon_debos/overlays/80-google-json-overlay/home/neon/.local/share/neon/google.json
env:
GOOGLE_KEY: ${{secrets.google_api_key}}
Expand Down

0 comments on commit 65462e8

Please sign in to comment.