Skip to content

Commit

Permalink
use inherit secret instead of token nested
Browse files Browse the repository at this point in the history
  • Loading branch information
afwillia committed Mar 4, 2025
1 parent 8f2a0f5 commit c908359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
sonarqube-src:
name: scan-synapse-react-client
runs-on: ubuntu-latest
secrets: inherit
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -22,3 +21,4 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
projectBaseDir: packages/synapse-react-client
secrets: inherit

0 comments on commit c908359

Please sign in to comment.