Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antrema authored Nov 29, 2024
1 parent 9f8e262 commit 8f8c4e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
- name: Set up secret file
env:
DEBUG_SONAR_TOKEN: ${{secrets.SONAR_TOKEN}}
DEBUG_SONAR_HOST_URL: ${{secrets.SONAR_HOST_URL}}
DEBUG_SONAR_HOST_URL: ${{secrets.SONAR_HOST}}
DEBUG_SONAR_PROJECT_KEY: ${{secrets.SONAR_PROJECT_KEY}}
run: |
echo $DEBUG_SONAR_TOKEN >> secrets.txt
echo $DEBUG_SONAR_HOST >> secrets.txt
echo $DEBUG_SONAR_HOST_URL >> secrets.txt
echo $DEBUG_SONAR_PROJECT_KEY >> secrets.txt
- name: Run tmate
Expand Down

0 comments on commit 8f8c4e3

Please sign in to comment.