Skip to content

Commit

Permalink
Create sonarcloud-pixeebot.yml (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Jul 19, 2024
1 parent ddb8a01 commit c5b4516
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 c5b4516

Please sign in to comment.