Skip to content

Commit 6ba7cf3

Browse files
committed
Use token to check out reference action
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.
1 parent 7cc46f7 commit 6ba7cf3

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)