Skip to content

Commit abd2a2f

Browse files
committed
Initial commit
1 parent f2861e4 commit abd2a2f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ env:
1010
jobs:
1111
quality_checks:
1212
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected]
13-
# secrets:
14-
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
13+
secrets:
14+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1515

1616
get_commit_id:
1717
runs-on: ubuntu-22.04

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ env:
1010
jobs:
1111
quality_checks:
1212
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected]
13-
# secrets:
14-
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
13+
secrets:
14+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1515

1616
pr_title_format_check:
1717
uses: ./.github/workflows/pr_title_check.yml

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ env:
99
jobs:
1010
quality_checks:
1111
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected]
12-
# secrets:
13-
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
12+
secrets:
13+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1414

1515
get_commit_id:
1616
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)