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)