Skip to content

Commit

Permalink
Create sonarcloud-pixeebot.yml (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: gstraccini[bot] <150967461+gstraccini[bot]@users.noreply.github.com>
  • Loading branch information
guibranco and gstraccini[bot] authored Aug 2, 2024
1 parent f88ac4b commit 992093f
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 992093f

Please sign in to comment.