diff --git a/.github/workflows/update-weaviate-server.yml b/.github/workflows/update-weaviate-server.yml index 7cf82b7..b4d6ba9 100644 --- a/.github/workflows/update-weaviate-server.yml +++ b/.github/workflows/update-weaviate-server.yml @@ -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