Skip to content

Commit

Permalink
build: fix post-approval-changes key
Browse files Browse the repository at this point in the history
Use the ANGULAR_ROBOT_PRIVATE_KEY for the post-approval-changes action
  • Loading branch information
josephperrott committed May 12, 2022
1 parent 6f5ad48 commit 751c9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-approval-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: ./github-actions/post-approval-changes
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

0 comments on commit 751c9c0

Please sign in to comment.