We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6f71c commit 553fb45Copy full SHA for 553fb45
.github/workflows/build-pr.yml
@@ -72,13 +72,11 @@ jobs:
72
method: jwt
73
path: jwt # Matches the path enabled in Vault (Step 5)
74
role: postiz-ci # Matches the role name created in Vault (Step 6)
75
-
76
- kv-version: 2
77
78
# Define the secret path and expose the value as an environment variable
79
secrets: |
80
- postiz/data/ci/sonar SONAR_TOKEN | env
81
- postiz/data/ci/sonar SONAR_HOST_URL | env
+ postiz/data/ci/sonar SONAR_HOST_URL | SONAR_HOST_URL ;
+ postiz/data/ci/sonar SONAR_TOKEN | SONAR_TOKEN
82
83
- name: SonarQube Analysis (Pull Request)
84
uses: SonarSource/sonarqube-scan-action@v6
0 commit comments