Skip to content

Commit

Permalink
Merge branch 'main' into guibranco-patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Oct 12, 2024
2 parents b5411d1 + 472ce52 commit c421bc8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/sonarcloud-pixeebot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Fix SonarCloud Issues with Pixeebot
on:
check_run:
types: [completed]

permissions:
id-token: write

jobs:
share:
name: Upload Sonar Results to Pixeebot
runs-on: ubuntu-latest
if: ${{ github.event.check_run.name == 'SonarCloud Code Analysis' }}
steps:
- uses: pixee/upload-tool-results-action@v2
with:
tool: sonar
sonar-token: ${{ secrets.SONAR_TOKEN }}

0 comments on commit c421bc8

Please sign in to comment.