Skip to content

Commit

Permalink
build: use stryker-mutator bot
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed Jan 29, 2024
1 parent c74d555 commit 901d0e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 901d0e9

Please sign in to comment.