Skip to content

Commit

Permalink
fix(release-please): fix secret name (#3612)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Dec 2, 2023
1 parent baf78bc commit 7d6febc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.RENOVATE_BOT_APP_ID }}
private-key: ${{ secrets.RENOVATE_BOT_APP_PRIVATE_KEY }}
private-key: ${{ secrets.RENOVATE_BOT_PRIVATE_KEY }}
- uses: google-github-actions/release-please-action@v3
id: release
with:
Expand Down

0 comments on commit 7d6febc

Please sign in to comment.