Skip to content

Commit

Permalink
Switching to using docker_user until I figure this out.
Browse files Browse the repository at this point in the history
Using DOCKER_USER in place of GEOFABRIK_API until the secret is successfully carried through to the test.
  • Loading branch information
nataliejschultz committed Oct 19, 2023
1 parent 451a428 commit b027485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nominatim-docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
# Run every Sunday at 4:05 am
- cron: '5 4 * * 0'
env:
GEOFABRIK_API: ${{ secrets.GEOFABRIK_API }}
GEOFABRIK_API: ${{ secrets.DOCKER_USER }}
jobs:
# This workflow contains a single job called "build"
build:
Expand Down

0 comments on commit b027485

Please sign in to comment.