Skip to content

Commit 72004d9

Browse files
committed
Add secret to env
1 parent 5120305 commit 72004d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/random-reviewer-assignment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
pull_request:
44
types: [opened]
55

6+
env:
7+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8+
69
jobs:
710
assign-reviewer:
811
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)