From 901d0e9632f55b976d05f87fd84e816268db6e16 Mon Sep 17 00:00:00 2001 From: Hugo van Rijswijk Date: Mon, 29 Jan 2024 15:44:18 +0100 Subject: [PATCH] build: use stryker-mutator bot --- .github/workflows/release-please.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 2f29a16..78a9033 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -17,8 +17,8 @@ jobs: id: generate-token uses: tibdex/github-app-token@v2 with: - app_id: ${{ vars.STEWARD_APP_ID }} - private_key: ${{ secrets.STEWARD_PRIVATE_KEY }} + app_id: ${{ vars.STRYKER_MUTATOR_APP_ID }} + private_key: ${{ secrets.STRYKER_MUTATOR_NPA_KEY }} - uses: google-github-actions/release-please-action@v4 with: # Version is determined by sbt-ci-release (which uses sbt-dynver)