Skip to content

Commit

Permalink
Secret issues
Browse files Browse the repository at this point in the history
echoing the secret to see if it's being pulled at all
  • Loading branch information
nataliejschultz committed Oct 24, 2023
1 parent b027485 commit 2000144
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/nominatim-docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +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:
# DOCKER_USER:
# description: "Docker user known working secret test"
# required: true
workflow_call:
secrets:
DOCKER_USER:
description: "Docker user known working secret test"
required: true
push:
paths:
- 'emission/integrationTests/docker-compose.yml'
Expand Down Expand Up @@ -41,6 +41,9 @@ jobs:
- name: Workflow test
run: echo Smoke test

- name: Secret test
run: echo $GEOFABRIK_API

# Passes the geofabrik key into the docker-compose.yml file.
- name: Test nominatim.py
run: GFBK_KEY=$GEOFABRIK_API docker-compose -f emission/integrationTests/docker-compose.yml up --exit-code-from web-server
Expand Down

0 comments on commit 2000144

Please sign in to comment.