diff --git a/.github/workflows/update-weaviate-server.yml b/.github/workflows/update-weaviate-server.yml index 10725b0..84afdda 100644 --- a/.github/workflows/update-weaviate-server.yml +++ b/.github/workflows/update-weaviate-server.yml @@ -36,7 +36,7 @@ jobs: - name: Create Pull Request uses: actions/github-script@v3 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.GITHUB_TOKEN }} script: | const title = "Update Weaviate Version"; const body = "This PR updates the Weaviate version in tests/docker-compose.yml";