add auth test

This commit is contained in:
Frank 2020-04-21 14:07:56 +02:00
parent 65d4ab42a4
commit b9373e0ef3

View file

@ -22,3 +22,11 @@ jobs:
url: 'https://postman-echo.com/post'
method: 'POST'
data: '{ "key": "value" }'
- name: Request Postment Echo BasicAuth
uses: ./
with:
url: 'https://postman-echo.com/basic-auth'
method: 'POST'
username: 'postman'
password: 'password'