Skip to content

Commit

Permalink
fix(release-please): change secret env key prefix to RELEASE_PLEASE_ (
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Dec 3, 2023
1 parent 89e396c commit ed43124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- id: generate_token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.RENOVATE_BOT_APP_ID }}
private-key: ${{ secrets.RENOVATE_BOT_PRIVATE_KEY }}
app-id: ${{ secrets.RELEASE_PLEASE_APP_ID }}
private-key: ${{ secrets.RELEASE_PLEASE_PRIVATE_KEY }}
- id: release
uses: google-github-actions/release-please-action@v4
with:
Expand Down

0 comments on commit ed43124

Please sign in to comment.