File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99jobs :
1010 block-generated-edits :
1111 uses : workos/actions/.github/workflows/block-generated-edits.yml@main
12- secrets : inherit
12+ secrets :
13+ SDK_BOT_PRIVATE_KEY : ${{ secrets.SDK_BOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 3535 with :
3636 app-id : ${{ vars.SDK_BOT_APP_ID }}
3737 private-key : ${{ secrets.SDK_BOT_PRIVATE_KEY }}
38+ permission-contents : write
39+ permission-pull-requests : write
3840
3941 - uses : googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0
4042 id : release
5557 with :
5658 app-id : ${{ vars.SDK_BOT_APP_ID }}
5759 private-key : ${{ secrets.SDK_BOT_PRIVATE_KEY }}
60+ permission-contents : write
61+ permission-pull-requests : write
5862
5963 - name : Checkout release PR branch
6064 uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3
@@ -183,6 +187,8 @@ jobs:
183187 with :
184188 app-id : ${{ vars.SDK_BOT_APP_ID }}
185189 private-key : ${{ secrets.SDK_BOT_PRIVATE_KEY }}
190+ permission-contents : write
191+ permission-pull-requests : write
186192
187193 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3
188194 with :
You can’t perform that action at this time.
0 commit comments