Skip to content

Commit 76f1042

Browse files
committed
Fix Copilot review on comment (secrets.BOT_TOKEN, not inherit)
1 parent c5f5a35 commit 76f1042

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/copilot-review-on-comment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ on:
77
jobs:
88
review:
99
uses: wpeverest/.github/.github/workflows/copilot-review-on-comment.yml@master
10-
secrets: inherit
10+
secrets:
11+
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}

0 commit comments

Comments
 (0)