Skip to content

Commit

Permalink
update token generation
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed Jan 16, 2024
1 parent f8b90c7 commit e584e86
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Generate token
id: generate-token
uses: tibdex/github-app-token@v2
with:
app_id: ${{ variables.STEWARD_APP_ID }}
private_key: ${{ vars.STEWARD_PRIVATE_KEY }}
- uses: google-github-actions/release-please-action@v4
with:
# Version is determined by sbt-ci-release (which uses sbt-dynver)
# Actual release code is in `./ci.yml`
release-type: simple
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
token: ${{ steps.generate-token.outputs.token }}

0 comments on commit e584e86

Please sign in to comment.