Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
ci: add pull request permissions to SDK action
Browse files Browse the repository at this point in the history
This commit ensure that the SDK generation action has enough
permissions.
  • Loading branch information
rickstaa committed Jul 23, 2024
1 parent dd4b878 commit 2e8372e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-sdks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
types: [update-ai-openapi]
workflow_dispatch:

permissions:
contents: write
pull-requests: write

jobs:
update-ai-sdks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2e8372e

Please sign in to comment.