Skip to content

further fix env loading #30

further fix env loading

further fix env loading #30

Workflow file for this run

name: Analysis
on:
push:
branches:
- main
jobs:
analysis:
name: Analysis
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: SonarQube Check
uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}