Skip to content

Commit

Permalink
ci(release): use actions/create-github-app-token
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Jun 7, 2024
1 parent 25a1b0d commit 163d270
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate app token for release-please
uses: tibdex/github-app-token@v1
uses: actions/create-github-app-token@v1
id: app-token
with:
# https://github.com/apps/potatobot-prime
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: google-github-actions/release-please-action@v4
with:
# use app token so that PRs and releases created by release-please trigger
Expand Down

0 comments on commit 163d270

Please sign in to comment.