Try inherit secrets

This commit is contained in:
2023-04-03 15:48:11 +03:00
parent 8976db144f
commit 6fa4e600d5

View File

@@ -72,6 +72,7 @@ jobs:
env:
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }}
secrets: inherit
- name: Login to ECR
if: ${{ inputs.IS_ECR_PUSH_ENABLED }}