github bug
This commit is contained in:
parent
6bd6e6563b
commit
09cb92e235
1 changed files with 2 additions and 4 deletions
6
.github/workflows/swagger.yml
vendored
6
.github/workflows/swagger.yml
vendored
|
@ -5,9 +5,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- ".github/**"
|
||||
- "**/*.md"
|
||||
|
||||
jobs:
|
||||
push:
|
||||
|
||||
|
@ -37,4 +35,4 @@ jobs:
|
|||
run: |
|
||||
curl -X PUT -H "Authorization: ${SWAGGERHUB_API_KEY}" "https://api.swaggerhub.com/apis/Frooodle/Stirling-PDF/${{ steps.versionNumber.outputs.versionNumber }}/settings/lifecycle" -H "accept: application/json" -H "Content-Type: application/json" -d "{\"published\":true,\"default\":true}"
|
||||
env:
|
||||
SWAGGERHUB_API_KEY: ${{ secrets.SWAGGERHUB_API_KEY }}
|
||||
SWAGGERHUB_API_KEY: ${{ secrets.SWAGGERHUB_API_KEY }}
|
||||
|
|
Loading…
Reference in a new issue