Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml (#56)
Browse files Browse the repository at this point in the history
added repo vars to be env vars for sonarcloud
  • Loading branch information
RossBugginsNHS authored Sep 20, 2024
1 parent ce1b996 commit 3659ecd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_ORGANISATION_KEY: ${{env.SONAR_ORGANISATION_KEY}}
SONAR_PROJECT_KEY: ${{env.SONAR_PROJECT_KEY}}

# Deployment job
deploy:
Expand Down

0 comments on commit 3659ecd

Please sign in to comment.