Skip to content

Commit

Permalink
feat: use app token to generate relases from release-please (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaLanziani authored Aug 11, 2023
1 parent b06c556 commit bc82eda
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,16 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: tibdex/github-app-token@c2055a00597a80f713b78b1650e8d3418f4d9a65
id: get_installation_token
with:
app_id: ${{ secrets.RELEASE_PLEASE_APP_ID }}
installation_id: ${{ secrets.RELEASE_PLEASE_APP_INSTALLATION_ID }}
private_key: ${{ secrets.RELEASE_PLEASE_APP_PRIVATE_KEY }}

- uses: google-github-actions/release-please-action@v3
with:
release-type: go
token: ${{ steps.get_installation_token.outputs.token }}
bump-minor-pre-major: true
package-name: release-please-action

0 comments on commit bc82eda

Please sign in to comment.