workflows: don't pass sensitive info

This commit is contained in:
Dawid Dziurla 2020-09-04 10:16:36 +02:00 committed by GitHub
parent 921a00333b
commit 9805b8fa8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,8 +34,8 @@ jobs:
localhost
options: |
-e docker_image=docker_url
-e docker_username=${{github.actor}}
-e docker_password=${{github.token}}
-e docker_username=user
-e docker_password=pass
-e db_name=db_name
-e db_user=db_user
-e db_pass=db_pass