Skip to content

Commit

Permalink
ci: Add explicit permission to gh workflow for openapi types (#2345)
Browse files Browse the repository at this point in the history
Add explicit permission for action.

Signed-off-by: Mirjam Aulbach <[email protected]>
  • Loading branch information
programmiri authored Mar 6, 2024
1 parent 286bcb7 commit ed372e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow-check-openapi-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ on:
- opened
- synchronize

permissions:
contents: write

jobs:
check-for-changes-openapi:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ed372e8

Please sign in to comment.