Skip to content

Commit

Permalink
chore(ci): Update 'Release Please' to v4 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxwolf authored Jan 6, 2024
1 parent 571e351 commit 69f92f0
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,20 @@ jobs:
release-pr:
name: "Release Please"
runs-on: ubuntu-latest
permissions: write-all
permissions:
contents: write
pull-requests: write
steps:
- name: "Generate access token"
id: gentoken
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.RELEASE_PLEASE_APP_ID }}
private-key: ${{ secrets.RELEASE_PLEASE_PRIVATE_KEY }}
- name: "Check out code"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Create/update release PR"
uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
command: manifest
token: ${{ steps.gentoken.outputs.token }}

0 comments on commit 69f92f0

Please sign in to comment.