1
0
Fork 0
mirror of https://github.com/dawidd6/action-ansible-playbook.git synced 2024-11-22 15:32:18 +00:00

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