Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozefiel authored Jun 25, 2024
1 parent ae8db3e commit 7c3f09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Get conductor openapi spec
run: |
curl http://localhost:8080/v3/api-docs -H "x-auth-user-roles: network-admin" -H "x-tenant-id: frinx" -H "from: frinx-user" -o openapi.json
curl http://localhost:8080/v3/api-docs -H "x-auth-user-groups: network-admin" -H "x-tenant-id: frinx" -H "from: admin" -o openapi.json
- name: Check out swagger_docs branch
uses: actions/checkout@v4
Expand Down

0 comments on commit 7c3f09e

Please sign in to comment.