Skip to content

Commit 86c9673

Browse files
committed
chore: env moved to Sonarcloud scan step
1 parent da35a33 commit 86c9673

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/next-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ jobs:
4343
-Dsonar.sources=package/src/
4444
-Dsonar.test.exclusions=**/__tests__/**
4545
-Dsonar.verbose=true
46+
env:
47+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4649
- name: Publish Next Release
4750
run: GITHUB_SHORT_SHA="$(git rev-parse --short $GITHUB_SHA)" yarn release-next
4851
env:
4952
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
50-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)