mirror of
https://github.com/fjogeleit/http-request-action.git
synced 2024-11-28 23:00:58 -05:00
add auth test
This commit is contained in:
parent
65d4ab42a4
commit
b9373e0ef3
1 changed files with 8 additions and 0 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -22,3 +22,11 @@ jobs:
|
||||||
url: 'https://postman-echo.com/post'
|
url: 'https://postman-echo.com/post'
|
||||||
method: 'POST'
|
method: 'POST'
|
||||||
data: '{ "key": "value" }'
|
data: '{ "key": "value" }'
|
||||||
|
|
||||||
|
- name: Request Postment Echo BasicAuth
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
url: 'https://postman-echo.com/basic-auth'
|
||||||
|
method: 'POST'
|
||||||
|
username: 'postman'
|
||||||
|
password: 'password'
|
||||||
|
|
Loading…
Reference in a new issue