Skip to content

Commit

Permalink
Use token to check out reference action
Browse files Browse the repository at this point in the history
This commit updates the GitHub Aciton used to generate reference
documentation to use the token of the puppet-release-bot GitHub user to
check out code. This should enable the action to push to the protected
main branch, which it was unable to before.
  • Loading branch information
mhashizume committed Sep 16, 2024
1 parent 7cc46f7 commit 6ba7cf3
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 6ba7cf3

Please sign in to comment.