Skip to content

Commit

Permalink
Update deploy_api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
felibatista authored Mar 13, 2024
1 parent 478a663 commit 19accf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Deploy API documentation
uses: bump-sh/github-action@v1
with:
doc: DOCUMENTATION_SLUG_OR_ID
doc: 8a3faaa0-eb97-463e-a8ce-d684df716998
token: ${{secrets.DEPLOY_API_KEY}}
file: doc/api-documentation.yml
file: backend/wwwroot/swagger/v1/swagger.yml
api-diff:
if: ${{ github.event_name == 'pull_request' }}
name: Check API diff on Bump.sh
Expand All @@ -35,9 +35,9 @@ jobs:
- name: Comment pull request with API diff
uses: bump-sh/github-action@v1
with:
doc: DOCUMENTATION_SLUG_OR_ID
doc: 8a3faaa0-eb97-463e-a8ce-d684df716998
token: ${{secrets.DEPLOY_API_KEY}}
file: doc/api-documentation.yml
file: backend/wwwroot/swagger/v1/swagger.yml
command: diff
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 19accf0

Please sign in to comment.