Skip to content

Commit

Permalink
Updated variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Farshad DASHTI authored and Farshad DASHTI committed Oct 4, 2024
1 parent d787c33 commit 3f06da8
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-test-asyncprocessing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
with:
project_name: DfE.CoreLibs.AsyncProcessing
project_path: src/DfE.CoreLibs.AsyncProcessing
sonar_project_key: DFE-Digital_corelibs-asyncprocessing
sonar_project_key: DFE-Digital_corelibs-asyncprocessing
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4 changes: 3 additions & 1 deletion .github/workflows/build-test-caching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
with:
project_name: DfE.CoreLibs.Caching
project_path: src/DfE.CoreLibs.Caching
sonar_project_key: DFE-Digital_corelibs-caching
sonar_project_key: DFE-Digital_corelibs-caching
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4 changes: 3 additions & 1 deletion .github/workflows/build-test-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
with:
project_name: DfE.CoreLibs.Contracts
project_path: src/DfE.CoreLibs.Contracts
sonar_project_key: DFE-Digital_corelibs-contracts
sonar_project_key: DFE-Digital_corelibs-contracts
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4 changes: 3 additions & 1 deletion .github/workflows/build-test-http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
with:
project_name: DfE.CoreLibs.Http
project_path: src/DfE.CoreLibs.Http
sonar_project_key: DFE-Digital_corelibs-http
sonar_project_key: DFE-Digital_corelibs-http
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3 changes: 3 additions & 0 deletions .github/workflows/build-test-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:
required: true
type: string
description: "SonarCloud project key"
secrets:
SONAR_TOKEN:
required: true
env:
DOTNET_VERSION: '8.0.x'
EF_VERSION: '6.0.5'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-test-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
with:
project_name: DfE.CoreLibs.Testing
project_path: src/DfE.CoreLibs.Testing
sonar_project_key: DFE-Digital_corelibs-testing
sonar_project_key: DFE-Digital_corelibs-testing
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4 changes: 3 additions & 1 deletion .github/workflows/build-test-utilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
with:
project_name: DfE.CoreLibs.Utilities
project_path: src/DfE.CoreLibs.Utilities
sonar_project_key: DFE-Digital_corelibs-utilities
sonar_project_key: DFE-Digital_corelibs-utilities
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 3f06da8

Please sign in to comment.