Skip to content

Commit

Permalink
remove debug secret action
Browse files Browse the repository at this point in the history
  • Loading branch information
paule96 committed Sep 17, 2024
1 parent 7fe3238 commit e402f96
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ jobs:
run: |
New-Item -Path ./.sonar/scanner -ItemType Directory
dotnet tool update dotnet-sonarscanner --tool-path ./.sonar/scanner
- name: Debug secrets variable
env:
SECRETS: ${{ toJson(secrets) }}
shell: pwsh
run: |
$secrets = ConvertFrom-JSON $env:SECRETS;
$secrets | Get-Member -MemberType NoteProperty | ForEach-Object {$_.Name};
- name: Build and analyze
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
Expand Down

0 comments on commit e402f96

Please sign in to comment.