File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -45,17 +45,21 @@ jobs:
45
45
if : steps.push.outcome == 'success'
46
46
uses : peter-evans/find-comment@v3
47
47
with :
48
+ token : ${{ secrets.COMMENTER_TOKEN }}
48
49
repository : ${{ github.event.client_payload.repo }}
49
50
issue-number : ${{ github.event.client_payload.pr }}
50
51
comment-author : ' github-actions[bot]'
51
52
body-includes : Build output
52
53
53
54
- name : Create comment
54
- # if: steps.fc.outputs.comment-id == ''
55
+ if : steps.fc.outputs.comment-id == ''
55
56
uses : peter-evans/create-or-update-comment@v4
56
57
with :
58
+ token : ${{ secrets.COMMENTER_TOKEN }}
57
59
repository : ${{ github.event.client_payload.repo }}
58
60
issue-number : ${{ github.event.client_payload.pr }}
59
61
body : |
60
- Preview deployment: https://svelte-dev-git-${{ env.SLUG }}-svelte.vercel.app/
62
+ preview: https://svelte-dev-git-${{ env.SLUG }}-svelte.vercel.app/
63
+
64
+ _this is an automated message_
61
65
edit-mode : replace
You can’t perform that action at this time.
0 commit comments