diff --git a/.github/workflows/android-kit-release.yml b/.github/workflows/android-kit-release.yml index ba2e65d..0696cbc 100644 --- a/.github/workflows/android-kit-release.yml +++ b/.github/workflows/android-kit-release.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest needs: confirm-public-repo-main-branch 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 @@ -30,7 +30,7 @@ jobs: - name: "Checkout development branch" uses: actions/checkout@v3 with: - token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }} + token: ${{ secrets.MP_INTEGRATIONS_SEMANTIC_RELEASE_BOT }} repository: ${{ github.event.pull_request.head.repo.full_name }} ref: development - name: "Import GPG Key" @@ -64,7 +64,7 @@ jobs: with: fetch-depth: 0 repository: ${{ github.repository }} - token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }} + token: ${{ secrets.MP_INTEGRATIONS_SEMANTIC_RELEASE_BOT }} ref: main - name: "Merge release branch into main branch" if: ${{ inputs.dryRun == 'false' }}