Skip to content

Commit

Permalink
Pulling repo secret
Browse files Browse the repository at this point in the history
Slightly modifying the workflow to see if the API key can be pulled to the workflow successfully.
  • Loading branch information
nataliejschultz committed Oct 19, 2023
1 parent 70ff4ab commit fa508ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nominatim-docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name: nominatim-docker-test
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:

workflow_call:
secrets:
GEOFABRIK_API:
description: "Geofabrik API Key"
required: true
push:
paths:
- 'emission/integrationTests/docker-compose.yml'
Expand Down

0 comments on commit fa508ad

Please sign in to comment.