Skip to content

Commit f45f3e8

Browse files
committed
test without PAT
1 parent 2d8617e commit f45f3e8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docs-preview-create.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,15 @@ jobs:
4545
if: steps.push.outcome == 'success'
4646
uses: peter-evans/find-comment@v3
4747
with:
48-
token: ${{ secrets.COMMENTER_TOKEN }}
4948
repository: ${{ github.event.client_payload.repo }}
5049
issue-number: ${{ github.event.client_payload.pr }}
5150
comment-author: 'github-actions[bot]'
5251
body-includes: Build output
5352

5453
- name: Create comment
55-
if: steps.fc.outputs.comment-id == ''
54+
# if: steps.fc.outputs.comment-id == ''
5655
uses: peter-evans/create-or-update-comment@v4
5756
with:
58-
token: ${{ secrets.COMMENTER_TOKEN }}
5957
repository: ${{ github.event.client_payload.repo }}
6058
issue-number: ${{ github.event.client_payload.pr }}
6159
body: |

0 commit comments

Comments
 (0)