Skip to content

Commit

Permalink
ci: update GitHub Actions workflow to add permissions for contents an…
Browse files Browse the repository at this point in the history
…d pull requests

Signed-off-by: hsm207 <[email protected]>
  • Loading branch information
hsm207 committed Dec 9, 2024
1 parent 170e4d9 commit 7a6d481
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-weaviate-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
env:
SOURCE_BRANCH_NAME: update-weaviate-image

permissions:
contents: write
pull-requests: write

jobs:
update-version:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7a6d481

Please sign in to comment.