File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 94
94
if : ${{ inputs.enable-github-app }}
95
95
uses : tibdex/github-app-token@v1
96
96
with :
97
- app_id : ${{ secrets.RELEASE_BOT_APP_ID }}
98
- private_key : ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
97
+ app_id : ${{ secrets.BOT_APP_ID }}
98
+ private_key : ${{ secrets.BOT_PRIVATE_KEY }}
99
99
100
100
- uses : actions/checkout@v3
101
101
with :
Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ jobs:
101
101
if : ${{ inputs.enable-github-app }}
102
102
uses : tibdex/github-app-token@v1
103
103
with :
104
- app_id : ${{ secrets.RELEASE_BOT_APP_ID }}
105
- private_key : ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
104
+ app_id : ${{ secrets.BOT_APP_ID }}
105
+ private_key : ${{ secrets.BOT_PRIVATE_KEY }}
106
106
107
107
- uses : actions/checkout@v3
108
108
name : Checkout [Pull Request]
You can’t perform that action at this time.
0 commit comments