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 a22457b commit 38bf236
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: ${{ vars.STEWARD_APP_ID }}
private_key: ${{ secrets.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 `./scala.yml`
release-type: simple
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
token: ${{ steps.generate-token.outputs.token }}

0 comments on commit 38bf236

Please sign in to comment.