Skip to content

Commit

Permalink
Merge pull request #9482 from mhashizume/maint/main/man-page-rights
Browse files Browse the repository at this point in the history
Use token to check out reference action
  • Loading branch information
joshcooper authored Sep 16, 2024
2 parents e82fe51 + 6ba7cf3 commit 7bd9221
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/references.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
steps:
- name: Checkout current PR
uses: actions/checkout@v4
with:
token: ${{ secrets.RELEASE_BOT_GITHUB_TOKEN }}

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 7bd9221

Please sign in to comment.