diff --git a/.github/workflows/reliability-copilot.yml b/.github/workflows/reliability-copilot.yml index e71b3bdad1..72ce015cdd 100644 --- a/.github/workflows/reliability-copilot.yml +++ b/.github/workflows/reliability-copilot.yml @@ -24,9 +24,9 @@ jobs: - name: Run Copilot run: | docker run --rm \ - -e ONEUPTIME_URL='https://test.oneuptime.com' \ - -e ONEUPTIME_REPOSITORY_SECRET_KEY='${{ secrets.COPILOT_ONEUPTIME_REPOSITORY_SECRET_KEY }}' \ - -e CODE_REPOSITORY_PASSWORD='${{ github.token }}' \ - -e CODE_REPOSITORY_USERNAME='simlarsen' \ - -e ONEUPTIME_LLM_SERVER_URL='http://57.128.112.160:8547' \ + -e ONEUPTIME_URL="https://test.oneuptime.com" \ + -e ONEUPTIME_REPOSITORY_SECRET_KEY="${{ secrets.COPILOT_ONEUPTIME_REPOSITORY_SECRET_KEY }}" \ + -e CODE_REPOSITORY_PASSWORD="${{ github.token }}" \ + -e CODE_REPOSITORY_USERNAME="simlarsen" \ + -e ONEUPTIME_LLM_SERVER_URL="http://57.128.112.160:8547" \ --net=host oneuptime/copilot:test \ No newline at end of file