Skip to content

Commit d4481ee

Browse files
authored
fix(repo-assist): set GH_TOKEN on pre-activation check step (#2911)
1 parent 32a4c94 commit d4481ee

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/repo-assist.lock.yml

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/repo-assist.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ on:
3232
pull-requests: read
3333
steps:
3434
- id: check
35+
env:
36+
GH_TOKEN: ${{ github.token }}
3537
run: |
3638
MAX_OPEN_PRS=8
3739
if [[ "$GITHUB_EVENT_NAME" != "schedule" ]]; then exit 0; fi

0 commit comments

Comments
 (0)