Skip to content

Commit

Permalink
No quotes for run-args!
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheldon Warkentin committed Feb 8, 2022
1 parent 10c16a0 commit a3851fd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/mapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,14 @@ jobs:
# https://github.com/ccouzens/keycloak-openapi
#
run-args: |
--header
"Authorization:Bearer ${{ env.AUTH_TOKEN }}"
--concurrency
4
--header-auth
Authorization:Bearer ${{ env.AUTH_TOKEN }}
--ignore-rule
InvalidResponseSpec
--ignore-endpoint
".*logout.*"
.*logout.*
# Archive HTML report
- name: Archive Mayhem for API report
Expand Down

0 comments on commit a3851fd

Please sign in to comment.