test job endpoint #15
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy collection | |
on: | |
push: | |
branches: [master] | |
paths: | |
- openapi/openapi.yaml | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: aanimesh23/openapi-publish-action@v1 | |
with: | |
collectionName: Shoptet API | |
workspaceName: Shoptet public API Workspace | |
postmanApiKey: ${{ secrets.POSTMAN_API_KEY }} | |
openApiSpec: ./openapi/openapi.yaml |