Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicklas373 authored Dec 24, 2023
1 parent 610fcd4 commit a6fc200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Check Secrets
run: |
echo "Secrets: ${{ secrets.docker_sit_env_DB_USERNAME }}"
echo "Secrets: ${{ secrets.FTP_ROOT }}"
env:
DOCKER_SIT_ENVIRONMENT: ${{ secrets.docker_sit_env }}
DB_USERNAME: ${{ secrets.docker_sit_env_DB_USERNAME }}
DB_USERNAME: ${{ secrets.docker_sit_env_FTP_ROOT }}

0 comments on commit a6fc200

Please sign in to comment.