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:
parent
921a00333b
commit
9805b8fa8b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue