Skip to content

Commit

Permalink
build: add write contents permission to deploy-swagger-ui (#1461)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt authored Jul 25, 2024
1 parent 44585f6 commit f0e2d91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-openapi-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ jobs:
deploy-swagger-ui:
needs: generate-swagger-ui
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit f0e2d91

Please sign in to comment.