Skip to content

Commit 72371a6

Browse files
authored
chore(pr checks): add missing token to the... (#516)
1 parent b2ad52f commit 72371a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ jobs:
9393

9494
- name: PR comment with doc preview, replacing existing comments with a new one each time
9595
shell: bash
96+
env:
97+
GH_TOKEN: ${{ secrets.RHDH_BOT_TOKEN }}
9698
run: |
9799
PR_NUM="${{ github.event.number }}"
98100
# for a given PR, check for existing comments from rhdh-bot; select the last one (if more than one)

0 commit comments

Comments
 (0)