diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 724b4aa..9015d8d 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -13,7 +13,7 @@ jobs: sonarcloud-check: name: "SonarCloud Check" env: - GITHUB_TOKEN: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }} + GITHUB_TOKEN: ${{ secrets.MP_INTEGRATIONS_SEMANTIC_RELEASE_BOT }} GIT_AUTHOR_NAME: mparticle-automation GIT_AUTHOR_EMAIL: developers@mparticle.com GIT_COMMITTER_NAME: mparticle-automation @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }} + token: ${{ secrets.MP_INTEGRATIONS_SEMANTIC_RELEASE_BOT }} submodules: recursive - name: Set up JDK uses: actions/setup-java@v4