Skip to content

Commit

Permalink
docs(.github/workflows): Add permissions for contents in swagger-ui.yaml
Browse files Browse the repository at this point in the history
Added permissions for contents to be able to write in swagger-ui.yaml file.

Signed-off-by: Rodney Osodo <[email protected]>
  • Loading branch information
rodneyosodo committed Mar 3, 2024
1 parent 6fd81d2 commit d98baba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/swagger-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
branches:
- main

permissions:
contents: write

jobs:
swagger-ui:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d98baba

Please sign in to comment.