Skip to content

Commit 7bd9221

Browse files
authored
Merge pull request #9482 from mhashizume/maint/main/man-page-rights
Use token to check out reference action
2 parents e82fe51 + 6ba7cf3 commit 7bd9221

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/references.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- name: Checkout current PR
2222
uses: actions/checkout@v4
23+
with:
24+
token: ${{ secrets.RELEASE_BOT_GITHUB_TOKEN }}
2325

2426
- name: Setup Ruby
2527
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)