github bug

This commit is contained in:
Anthony Stirling 2024-03-22 20:15:42 +00:00 committed by GitHub
parent 6bd6e6563b
commit 09cb92e235
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 4 deletions

View File

@ -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 }}