Skip to content

Commit cbf94bc

Browse files
Fix: Allow codegen-sh[bot] to bypass permission check in GitHub Actions workflow
1 parent 1a13468 commit cbf94bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
require: write
2020
username: ${{ github.triggering_actor }}
2121
error-if-missing: true
22+
# Allow the codegen-sh bot to bypass permission check
23+
allow-bot: true
24+
bot-list: 'codegen-sh[bot]'
2225

2326
unit-tests:
2427
needs: access-check

0 commit comments

Comments
 (0)