ci: fetch RVX_ANALYSIS_ENABLED, RVX_ANALYSIS_BASEURL from context

This commit is contained in:
Infi 2023-03-27 03:27:26 +02:00
parent 576efa01ad
commit 6f48f65bd1
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@ jobs:
runs-on: ubuntu-latest
env:
RVX_SENTRY_DSN: ""
RVX_SENTRY_DSN: ${{ vars.RVX_SENTRY_DSN }}
RVX_ANALYSIS_ENABLED: ${{ vars.RVX_ANALYSIS_ENABLED }}
RVX_ANALYSIS_BASEURL: ${{ vars.RVX_ANALYSIS_BASEURL }}
steps:
- uses: actions/checkout@v3