Skip to content

Commit

Permalink
Update GitHub Actions workflow permissions (#215)
Browse files Browse the repository at this point in the history
Add write permissions for contents and pull requests in the GitHub
Actions workflow so that it can commit version updates.

Signed-off-by: hsm207 <[email protected]>
  • Loading branch information
hsm207 authored Dec 9, 2024
1 parent 170e4d9 commit 4f66315
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 4f66315

Please sign in to comment.