diff --git a/.github/workflows/custom.yaml b/.github/workflows/custom.yaml index 1780f0e4..c99653b4 100644 --- a/.github/workflows/custom.yaml +++ b/.github/workflows/custom.yaml @@ -48,6 +48,7 @@ jobs: postgres-version: 17 env: GITHUB_TOKEN: ${{ github.token }} + TOKEN: ${{ secrets.ANALYZER_CI_TOKEN }} SOURCE_DATABASE_URL: postgres://query_doctor@localhost:5432/testing LOG_PATH: /var/log/postgresql/postgres.log SITE_API_ENDPOINT: ${{ vars.SITE_API_ENDPOINT }}