Skip to content

Commit

Permalink
add secret to yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlterTobi committed Mar 28, 2024
1 parent 31dcb2d commit 2fa1110
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
fetch-depth: 0

- name: Install and Build 🔧
env:
GOOGLE_MAPS_KEY: ${{ secrets.GOOGLE_MAPS_KEY }}
run: |
cd _buildscripts
/usr/bin/python3 ./build.py
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
fetch-depth: 0

- name: Install and Build
env:
GOOGLE_MAPS_KEY: ${{ secrets.GOOGLE_MAPS_KEY }}
run: |
cd _buildscripts
/usr/bin/python3 ./build.py -c build_dev.ini
Expand Down

0 comments on commit 2fa1110

Please sign in to comment.