Skip to content

Commit

Permalink
fixup! Remove redundant LBHPACKAGESTOKEN from GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
spikeheap committed Oct 1, 2024
1 parent a8e7e43 commit 3b202d2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@ services:
build:
context: .
dockerfile: Hackney.Shared.HousingSearch.Tests/Dockerfile

# Mounts the secret at /run/secrets/LBHPACKAGESTOKEN.
# see https://docs.docker.com/compose/how-tos/use-secrets/#build-secrets
secrets:
- LBHPACKAGESTOKEN

secrets:
LBHPACKAGESTOKEN:
environment: LBHPACKAGESTOKEN

0 comments on commit 3b202d2

Please sign in to comment.