We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ad52f commit 72371a6Copy full SHA for 72371a6
.github/workflows/pr.yml
@@ -93,6 +93,8 @@ jobs:
93
94
- name: PR comment with doc preview, replacing existing comments with a new one each time
95
shell: bash
96
+ env:
97
+ GH_TOKEN: ${{ secrets.RHDH_BOT_TOKEN }}
98
run: |
99
PR_NUM="${{ github.event.number }}"
100
# for a given PR, check for existing comments from rhdh-bot; select the last one (if more than one)
0 commit comments