Skip to content

Commit

Permalink
Overpass key rename
Browse files Browse the repository at this point in the history
Originally, the overpass key was named OVERPASS_API throughout the code. My final change in the original PR was to rename the key to GEOFABRIK_OVERPASS_KEY. However, when naming the secret in the server actions repo, I wrongfully told shankari to name it GEOFABRIK_OVERPASS_KEY, rather than the OVERPASS_API that is functional in my fork. Renaming the secret when it's pulled from the github repo should fix this issue.
  • Loading branch information
nataliejschultz committed Jul 11, 2024
1 parent d9b1ea8 commit ab9fb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-overpass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Runs TestOverpass.py to check for API functionality
- name: Test Overpass
env:
GEOFABRIK_OVERPASS_KEY: '${{ secrets.OVERPASS_API }}'
GEOFABRIK_OVERPASS_KEY: '${{ secrets.GEOFABRIK_OVERPASS_KEY }}'
run: |
echo Testing overpass!
chmod +x emission/individual_tests/setup_and_test_overpass.sh
Expand Down

0 comments on commit ab9fb2a

Please sign in to comment.